update model card README.md
Browse files
README.md
CHANGED
@@ -14,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- eval_loss: 0.
|
18 |
-
- eval_runtime:
|
19 |
-
- eval_samples_per_second:
|
20 |
-
- eval_steps_per_second:
|
21 |
- epoch: 1.0
|
22 |
- step: 1523
|
23 |
|
@@ -44,7 +44,7 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Framework versions
|
50 |
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- eval_loss: 0.0285
|
18 |
+
- eval_runtime: 244.4999
|
19 |
+
- eval_samples_per_second: 33.198
|
20 |
+
- eval_steps_per_second: 2.078
|
21 |
- epoch: 1.0
|
22 |
- step: 1523
|
23 |
|
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 1
|
48 |
|
49 |
### Framework versions
|
50 |
|