update model card README.md
Browse files
README.md
CHANGED
@@ -15,11 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# distilroberta-base-etc
|
17 |
|
18 |
-
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
-
- F1: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -38,7 +38,7 @@ More information needed
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
-
- learning_rate:
|
42 |
- train_batch_size: 400
|
43 |
- eval_batch_size: 400
|
44 |
- seed: 42
|
@@ -50,13 +50,13 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
53 |
-
| No log | 1.0 |
|
54 |
-
| No log | 2.0 |
|
55 |
-
| No log | 3.0 |
|
56 |
-
| No log | 4.0 |
|
57 |
-
| No log | 5.0 |
|
58 |
-
| No log | 6.0 |
|
59 |
-
| No log | 7.0 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
15 |
|
16 |
# distilroberta-base-etc
|
17 |
|
18 |
+
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3382
|
21 |
+
- Accuracy: 0.919
|
22 |
+
- F1: 0.9190
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 4.969790133269121e-05
|
42 |
- train_batch_size: 400
|
43 |
- eval_batch_size: 400
|
44 |
- seed: 42
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
53 |
+
| No log | 1.0 | 84 | 0.2372 | 0.907 | 0.9070 |
|
54 |
+
| No log | 2.0 | 168 | 0.2358 | 0.9083 | 0.9083 |
|
55 |
+
| No log | 3.0 | 252 | 0.2430 | 0.9137 | 0.9137 |
|
56 |
+
| No log | 4.0 | 336 | 0.2449 | 0.919 | 0.9190 |
|
57 |
+
| No log | 5.0 | 420 | 0.2884 | 0.9193 | 0.9193 |
|
58 |
+
| No log | 6.0 | 504 | 0.3179 | 0.9167 | 0.9167 |
|
59 |
+
| No log | 7.0 | 588 | 0.3382 | 0.919 | 0.9190 |
|
60 |
|
61 |
|
62 |
### Framework versions
|