vkuropiatnyk commited on
Commit
7f1d4d6
·
verified ·
1 Parent(s): 82d5545

Upload folder using huggingface_hub

Browse files
.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

  • SHA256: 8aad282fcfa2cfde7ef16d89aa6ae9b18ea48e326488c695115d2fed5a1a37f1
  • Pointer size: 131 Bytes
  • Size of remote file: 108 kB
ConfusionMatrix_v2_5.png ADDED

Git LFS Details

  • SHA256: 99fc7608c056504412df0df5a4c35cbec8a7cd73c4e26da79ff0ee893d7e4b87
  • Pointer size: 131 Bytes
  • Size of remote file: 106 kB
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 | Score |
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