End of training
Browse files
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,23 @@ 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.2176
|
24 |
+
- Accuracy: 0.1578
|
25 |
+
- Precision: 0.1069
|
26 |
+
- Recall: 0.1578
|
27 |
+
- F1: 0.1011
|
28 |
+
- Binary: 0.4046
|
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.86 | 50 | 4.3363 | 0.0340 | 0.0127 | 0.0340 | 0.0089 | 0.2745 |
|
63 |
+
| 4.403 | 1.72 | 100 | 4.0500 | 0.0364 | 0.0076 | 0.0364 | 0.0100 | 0.3073 |
|
64 |
+
| 4.1865 | 2.59 | 150 | 3.8094 | 0.0631 | 0.0352 | 0.0631 | 0.0271 | 0.3354 |
|
65 |
+
| 3.9457 | 3.45 | 200 | 3.6427 | 0.0777 | 0.0356 | 0.0777 | 0.0312 | 0.3507 |
|
66 |
+
| 3.791 | 4.31 | 250 | 3.5282 | 0.0947 | 0.0376 | 0.0947 | 0.0368 | 0.3604 |
|
67 |
+
| 3.6663 | 5.17 | 300 | 3.4610 | 0.1044 | 0.0790 | 0.1044 | 0.0529 | 0.3636 |
|
68 |
+
| 3.5798 | 6.03 | 350 | 3.3702 | 0.1238 | 0.0834 | 0.1238 | 0.0783 | 0.3801 |
|
69 |
+
| 3.5798 | 6.9 | 400 | 3.3180 | 0.1383 | 0.0987 | 0.1383 | 0.0915 | 0.3917 |
|
70 |
+
| 3.5087 | 7.76 | 450 | 3.2698 | 0.1578 | 0.1113 | 0.1578 | 0.1070 | 0.4046 |
|
71 |
+
| 3.4575 | 8.62 | 500 | 3.2399 | 0.1699 | 0.1264 | 0.1699 | 0.1176 | 0.4124 |
|
72 |
+
| 3.4108 | 9.48 | 550 | 3.2176 | 0.1578 | 0.1069 | 0.1578 | 0.1011 | 0.4046 |
|
73 |
+
|
74 |
+
|
75 |
### Framework versions
|
76 |
|
77 |
- Transformers 4.38.2
|