update model card README.md
Browse files
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -43,7 +43,7 @@ More information needed
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
-
- learning_rate:
|
47 |
- train_batch_size: 32
|
48 |
- eval_batch_size: 32
|
49 |
- seed: 42
|
@@ -55,16 +55,16 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| No log | 1.0 | 225 | 0.
|
59 |
-
| No log | 2.0 | 450 | 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.2221
|
24 |
+
- Precision: 0.9563
|
25 |
+
- Recall: 0.9566
|
26 |
+
- F1: 0.9562
|
27 |
+
- Accuracy: 0.9561
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 2e-05
|
47 |
- train_batch_size: 32
|
48 |
- eval_batch_size: 32
|
49 |
- seed: 42
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 1.0 | 225 | 0.2531 | 0.9361 | 0.9359 | 0.9346 | 0.935 |
|
59 |
+
| No log | 2.0 | 450 | 0.1835 | 0.9514 | 0.9520 | 0.9512 | 0.9511 |
|
60 |
+
| 0.4372 | 3.0 | 675 | 0.1798 | 0.9543 | 0.9546 | 0.9539 | 0.9539 |
|
61 |
+
| 0.4372 | 4.0 | 900 | 0.2059 | 0.9499 | 0.9500 | 0.9497 | 0.9494 |
|
62 |
+
| 0.0575 | 5.0 | 1125 | 0.2002 | 0.9563 | 0.9567 | 0.9561 | 0.9561 |
|
63 |
+
| 0.0575 | 6.0 | 1350 | 0.2019 | 0.9557 | 0.9552 | 0.9553 | 0.955 |
|
64 |
+
| 0.0231 | 7.0 | 1575 | 0.2152 | 0.9548 | 0.9550 | 0.9546 | 0.9544 |
|
65 |
+
| 0.0231 | 8.0 | 1800 | 0.2156 | 0.9554 | 0.9556 | 0.9554 | 0.955 |
|
66 |
+
| 0.0116 | 9.0 | 2025 | 0.2240 | 0.9559 | 0.9561 | 0.9557 | 0.9556 |
|
67 |
+
| 0.0116 | 10.0 | 2250 | 0.2221 | 0.9563 | 0.9566 | 0.9562 | 0.9561 |
|
68 |
|
69 |
|
70 |
### Framework versions
|