update model card README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
-
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -38,16 +43,7 @@ The following hyperparameters were used during training:
|
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
-
- num_epochs:
|
42 |
-
|
43 |
-
### Training results
|
44 |
-
|
45 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
46 |
-
|:-------------:|:-----:|:----:|:---------------:|
|
47 |
-
| 0.3353 | 1.0 | 809 | 0.2544 |
|
48 |
-
| 0.2342 | 2.0 | 1618 | 0.2454 |
|
49 |
-
| 0.2099 | 3.0 | 2427 | 0.2461 |
|
50 |
-
|
51 |
|
52 |
### Framework versions
|
53 |
|
|
|
13 |
|
14 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- eval_loss: 0.2536
|
17 |
+
- eval_runtime: 25.369
|
18 |
+
- eval_samples_per_second: 63.818
|
19 |
+
- eval_steps_per_second: 8.002
|
20 |
+
- epoch: 4.0
|
21 |
+
- step: 3236
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
### Framework versions
|
49 |
|