fydhfzh commited on
Commit
3646ebc
1 Parent(s): 0540984

End of training

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -3,6 +3,11 @@ license: apache-2.0
3
  base_model: asapp/sew-d-tiny-100k-ft-ls100h
4
  tags:
5
  - generated_from_trainer
 
 
 
 
 
6
  model-index:
7
  - name: sewd-classifier
8
  results: []
@@ -14,6 +19,13 @@ should probably proofread and complete it, then remove this comment. -->
14
  # sewd-classifier
15
 
16
  This model is a fine-tuned version of [asapp/sew-d-tiny-100k-ft-ls100h](https://huggingface.co/asapp/sew-d-tiny-100k-ft-ls100h) on an unknown dataset.
 
 
 
 
 
 
 
17
 
18
  ## Model description
19
 
@@ -43,6 +55,22 @@ The following hyperparameters were used during training:
43
  - num_epochs: 10
44
  - mixed_precision_training: Native AMP
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  ### Framework versions
47
 
48
  - Transformers 4.38.2
 
3
  base_model: asapp/sew-d-tiny-100k-ft-ls100h
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ - f1
11
  model-index:
12
  - name: sewd-classifier
13
  results: []
 
19
  # sewd-classifier
20
 
21
  This model is a fine-tuned version of [asapp/sew-d-tiny-100k-ft-ls100h](https://huggingface.co/asapp/sew-d-tiny-100k-ft-ls100h) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 3.0550
24
+ - Accuracy: 0.2615
25
+ - Precision: 0.1852
26
+ - Recall: 0.2615
27
+ - F1: 0.1884
28
+ - Binary: 0.4790
29
 
30
  ## Model description
31
 
 
55
  - num_epochs: 10
56
  - mixed_precision_training: Native AMP
57
 
58
+ ### Training results
59
+
60
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Binary |
61
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:------:|
62
+ | No log | 0.96 | 50 | 4.3136 | 0.0189 | 0.0016 | 0.0189 | 0.0027 | 0.1941 |
63
+ | 4.4253 | 1.91 | 100 | 4.0292 | 0.0889 | 0.0382 | 0.0889 | 0.0339 | 0.3261 |
64
+ | 4.2369 | 2.87 | 150 | 3.7609 | 0.1267 | 0.0875 | 0.1267 | 0.0706 | 0.3763 |
65
+ | 4.0004 | 3.83 | 200 | 3.5568 | 0.1563 | 0.0681 | 0.1563 | 0.0827 | 0.3992 |
66
+ | 3.7262 | 4.78 | 250 | 3.4164 | 0.1725 | 0.0858 | 0.1725 | 0.0932 | 0.4151 |
67
+ | 3.6489 | 5.74 | 300 | 3.2817 | 0.2156 | 0.1380 | 0.2156 | 0.1327 | 0.4453 |
68
+ | 3.5178 | 6.7 | 350 | 3.1920 | 0.2102 | 0.1752 | 0.2102 | 0.1384 | 0.4423 |
69
+ | 3.4228 | 7.66 | 400 | 3.1191 | 0.2264 | 0.1794 | 0.2264 | 0.1543 | 0.4553 |
70
+ | 3.2967 | 8.61 | 450 | 3.0710 | 0.2507 | 0.1804 | 0.2507 | 0.1807 | 0.4714 |
71
+ | 3.3135 | 9.57 | 500 | 3.0550 | 0.2615 | 0.1852 | 0.2615 | 0.1884 | 0.4790 |
72
+
73
+
74
  ### Framework versions
75
 
76
  - Transformers 4.38.2