update model card README.md
Browse files
README.md
CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model was trained from scratch on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Precision: 0.
|
23 |
-
- Recall: 0.
|
24 |
-
- F1: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -47,17 +47,19 @@ The following hyperparameters were used during training:
|
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
-
- lr_scheduler_warmup_steps:
|
51 |
-
- num_epochs:
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| No log | 1.0 | 3788 | 0.
|
59 |
-
| No log | 2.0 | 7576 | 0.
|
60 |
-
|
|
|
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
18 |
|
19 |
This model was trained from scratch on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.1443
|
22 |
+
- Precision: 0.8176
|
23 |
+
- Recall: 0.8401
|
24 |
+
- F1: 0.8287
|
25 |
+
- Accuracy: 0.9615
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
+
- lr_scheduler_warmup_steps: 3787
|
51 |
+
- num_epochs: 5
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 1.0 | 3788 | 0.1511 | 0.8095 | 0.8257 | 0.8176 | 0.9594 |
|
59 |
+
| No log | 2.0 | 7576 | 0.1461 | 0.8121 | 0.8339 | 0.8228 | 0.9600 |
|
60 |
+
| No log | 3.0 | 11364 | 0.1417 | 0.8139 | 0.8372 | 0.8254 | 0.9607 |
|
61 |
+
| No log | 4.0 | 15152 | 0.1418 | 0.8238 | 0.8346 | 0.8292 | 0.9617 |
|
62 |
+
| 0.0748 | 5.0 | 18940 | 0.1443 | 0.8176 | 0.8401 | 0.8287 | 0.9615 |
|
63 |
|
64 |
|
65 |
### Framework versions
|