Yeji-Seong
commited on
Commit
•
4e41b98
1
Parent(s):
2605f99
End of training
Browse files
README.md
CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- F1: 0.
|
28 |
-
- Accuracy: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -50,14 +50,22 @@ The following hyperparameters were used during training:
|
|
50 |
- seed: 42
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
-
- num_epochs:
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
-
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1
|
58 |
-
|
59 |
-
| No log | 1.0 | 213 | 0.
|
60 |
-
| No log | 2.0 | 426 | 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.3089
|
25 |
+
- Precision: 0.25
|
26 |
+
- Recall: 0.0251
|
27 |
+
- F1: 0.0457
|
28 |
+
- Accuracy: 0.9238
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
50 |
- seed: 42
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
+
- num_epochs: 10
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
58 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
59 |
+
| No log | 1.0 | 213 | 0.4282 | 0.0 | 0.0 | 0.0 | 0.9205 |
|
60 |
+
| No log | 2.0 | 426 | 0.3958 | 0.0 | 0.0 | 0.0 | 0.9205 |
|
61 |
+
| 0.2774 | 3.0 | 639 | 0.3582 | 0.0 | 0.0 | 0.0 | 0.9205 |
|
62 |
+
| 0.2774 | 4.0 | 852 | 0.3379 | 0.0 | 0.0 | 0.0 | 0.9207 |
|
63 |
+
| 0.2222 | 5.0 | 1065 | 0.3254 | 0.0 | 0.0 | 0.0 | 0.9210 |
|
64 |
+
| 0.2222 | 6.0 | 1278 | 0.3208 | 0.0 | 0.0 | 0.0 | 0.9215 |
|
65 |
+
| 0.2222 | 7.0 | 1491 | 0.3145 | 0.2292 | 0.0132 | 0.0249 | 0.9224 |
|
66 |
+
| 0.2028 | 8.0 | 1704 | 0.3115 | 0.2353 | 0.0191 | 0.0354 | 0.9231 |
|
67 |
+
| 0.2028 | 9.0 | 1917 | 0.3091 | 0.2561 | 0.0251 | 0.0458 | 0.9238 |
|
68 |
+
| 0.1935 | 10.0 | 2130 | 0.3089 | 0.25 | 0.0251 | 0.0457 | 0.9238 |
|
69 |
|
70 |
|
71 |
### Framework versions
|