Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- ConfusionMatrix_v2_0.png +3 -0
- ConfusionMatrix_v2_5.png +3 -0
- README.md +9 -7
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
ConfusionMatrix_v2_0.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
ConfusionMatrix_v2_5.png filter=lfs diff=lfs merge=lfs -text
|
ConfusionMatrix_v2_0.png
ADDED
|
Git LFS Details
|
ConfusionMatrix_v2_5.png
ADDED
|
Git LFS Details
|
README.md
CHANGED
|
@@ -45,15 +45,17 @@ This is an image classification model based on **Google EfficientNet-B0**, fine-
|
|
| 45 |
|
| 46 |
## Model Performance
|
| 47 |
|
|
|
|
|
|
|
| 48 |
The model was evaluated on a held-out test set from the finepdfs dataset with the following metrics:
|
| 49 |
|
| 50 |
-
| Metric |
|
| 51 |
-
|--------|-------|
|
| 52 |
-
| **Accuracy** | 0.90703 |
|
| 53 |
-
| **Balanced Accuracy** | 0.68836 |
|
| 54 |
-
| **Macro F1** | 0.68942 |
|
| 55 |
-
| **Weighted F1** | 0.90716 |
|
| 56 |
-
| **Cohen's Kappa** | 0.87449 |
|
| 57 |
|
| 58 |
### Per-Label Performance
|
| 59 |
|
|
|
|
| 45 |
|
| 46 |
## Model Performance
|
| 47 |
|
| 48 |
+
**Note:** This model uses the same architecture and implementation as v2.0. The improved performance is achieved by training on a dataset that is 10 times larger than the one used for v2.0.
|
| 49 |
+
|
| 50 |
The model was evaluated on a held-out test set from the finepdfs dataset with the following metrics:
|
| 51 |
|
| 52 |
+
| Metric | v2.5 | v2.0 | Improvement |
|
| 53 |
+
|--------|------|------|-------------|
|
| 54 |
+
| **Accuracy** | 0.90703 | 0.87053 | +3.65% |
|
| 55 |
+
| **Balanced Accuracy** | 0.68836 | 0.60231 | +8.61% |
|
| 56 |
+
| **Macro F1** | 0.68942 | 0.60144 | +8.80% |
|
| 57 |
+
| **Weighted F1** | 0.90716 | 0.87270 | +3.45% |
|
| 58 |
+
| **Cohen's Kappa** | 0.87449 | 0.82563 | +4.89% |
|
| 59 |
|
| 60 |
### Per-Label Performance
|
| 61 |
|