update model card README.md
Browse files
README.md
CHANGED
@@ -12,9 +12,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# tinygram
|
14 |
|
15 |
-
This model is a fine-tuned version of [google/t5-efficient-tiny-
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
-
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -41,22 +46,6 @@ The following hyperparameters were used during training:
|
|
41 |
- lr_scheduler_type: linear
|
42 |
- num_epochs: 10
|
43 |
|
44 |
-
### Training results
|
45 |
-
|
46 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
-
|:-------------:|:-----:|:-----:|:---------------:|
|
48 |
-
| 1.4129 | 1.0 | 1875 | 0.7042 |
|
49 |
-
| 0.8989 | 2.0 | 3750 | 0.5567 |
|
50 |
-
| 0.7689 | 3.0 | 5625 | 0.5098 |
|
51 |
-
| 0.7041 | 4.0 | 7500 | 0.4821 |
|
52 |
-
| 0.6824 | 5.0 | 9375 | 0.4634 |
|
53 |
-
| 0.6456 | 6.0 | 11250 | 0.4511 |
|
54 |
-
| 0.6241 | 7.0 | 13125 | 0.4440 |
|
55 |
-
| 0.6194 | 8.0 | 15000 | 0.4364 |
|
56 |
-
| 0.609 | 9.0 | 16875 | 0.4328 |
|
57 |
-
| 0.6042 | 10.0 | 18750 | 0.4318 |
|
58 |
-
|
59 |
-
|
60 |
### Framework versions
|
61 |
|
62 |
- Transformers 4.25.1
|
|
|
12 |
|
13 |
# tinygram
|
14 |
|
15 |
+
This model is a fine-tuned version of [google/t5-efficient-tiny-nl32](https://huggingface.co/google/t5-efficient-tiny-nl32) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- eval_loss: 0.2950
|
18 |
+
- eval_runtime: 48.1231
|
19 |
+
- eval_samples_per_second: 103.9
|
20 |
+
- eval_steps_per_second: 12.988
|
21 |
+
- epoch: 6.0
|
22 |
+
- step: 15000
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
46 |
- lr_scheduler_type: linear
|
47 |
- num_epochs: 10
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
### Framework versions
|
50 |
|
51 |
- Transformers 4.25.1
|