diff --git a/deepguard/MS_EffGCViT.md b/deepguard/MS_EffGCViT.md
index 2a5aa3b..7c4f5bf 100644
--- a/deepguard/MS_EffGCViT.md
+++ b/deepguard/MS_EffGCViT.md
@@ -14,7 +14,8 @@ This Repository presents the PyTorch implementation of **Multi Scale Efficient G
This model is a **frame-level** and **spatial-domain** architecture, designed to perform classification tasks on both **static images** and **video sequences**
-
+
+
## 💥 News 💥
@@ -27,21 +28,49 @@ This model is a **frame-level** and **spatial-domain** architecture, designed to
## Model Performance
-MS_Eff_GCViT achieves state-of-the-art(SOTA) results across deepfake video classification. On Celeb_DF(v2) dataset, MS_EFF_GCViT variants with `8.7M`, `50.3M` parameters achieve `0.9842`, `0.9981` Accuracy. Notably, the MS_EFF_GCViT_B0 variant demonstrates exceptional efficiency, matching or exceeding SOTA performance even with a siginificantly lower parameter
+**MS-EFF-GCViT achieves state-of-the-art (SOTA) results across three DeepFake benchmarks.**
+The model ships in two variants from a single architecture — **Fast (b0)** for real-time / edge
+deployment and **Pro (b5)** for enterprise-grade accuracy. Notably, **Fast** matches or exceeds
+much larger SOTA models while using a fraction of the parameters and compute.
+
+
+
+
+
+| Variant | Test@Acc | Test@AUC | Test@LogLoss |
+| :------ | :------: | :------: | :----------: |
+| ms_eff_gcvit_b0 | 0.9842 | 0.9965 | 0.0283 |
+| ms_eff_gcvit_b5 | 0.9981 | 0.9984 | 0.0089 |
+
+
+
+| Variant | Test@Acc | Test@AUC | Test@LogLoss |
+| :------ | :------: | :------: | :----------: |
+| ms_eff_gcvit_b0 | 0.9808 | 0.9969 | 0.0637 |
+| ms_eff_gcvit_b5 | 0.9850 | 0.9974 | 0.0492 |
+
+
+| Variant | Test@Acc | Test@AUC | Test@LogLoss |
+| :------ | :------: | :------: | :----------: |
+| ms_eff_gcvit_b0 | 0.9655 | 0.9792 | 0.1237 |
+| ms_eff_gcvit_b5 | 0.9792 | 0.9974 | 0.0492 |
+
Modern DeepFakes can leave very localized forgery region. To Capture this, we adopts a **multi-scale strategy** by extracting features from different levels of the backbone.
- ** (_Subtle Artifacts_)**: High-Resolution feature maps are extracted from early backbone blocks(`l_block_idx`) to capture like skin texture or boundary artifacts
@@ -177,16 +208,6 @@ model = timm.create_model("ms_eff_gcvit_b5", pretrained=True, dataset="kodf")
## 📊 Visual Results
--
![]() |
- - | ![]() |
-