update model card README.md
Browse files
README.md
CHANGED
@@ -14,12 +14,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- eval_loss: 0.
|
18 |
-
- eval_accuracy: {'accuracy': 0.
|
19 |
-
- eval_f1score: {'f1': 0.
|
20 |
-
- eval_runtime:
|
21 |
-
- eval_samples_per_second:
|
22 |
-
- eval_steps_per_second:
|
23 |
- step: 0
|
24 |
|
25 |
## Model description
|
@@ -45,8 +45,8 @@ The following hyperparameters were used during training:
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- lr_scheduler_warmup_steps:
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Framework versions
|
52 |
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- eval_loss: 0.5839
|
18 |
+
- eval_accuracy: {'accuracy': 0.7735}
|
19 |
+
- eval_f1score: {'f1': 0.7659648935757575}
|
20 |
+
- eval_runtime: 36.2627
|
21 |
+
- eval_samples_per_second: 55.153
|
22 |
+
- eval_steps_per_second: 6.894
|
23 |
- step: 0
|
24 |
|
25 |
## Model description
|
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_steps: 399
|
49 |
+
- num_epochs: 2
|
50 |
|
51 |
### Framework versions
|
52 |
|