d2niraj555
commited on
Commit
·
8f9fb80
1
Parent(s):
8fe05e6
update model card README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss:
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -42,19 +42,27 @@ The following hyperparameters were used during training:
|
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
- lr_scheduler_warmup_steps: 500
|
45 |
-
- num_epochs:
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
-
| 3.
|
52 |
-
| 3.
|
53 |
-
| 2.
|
54 |
-
| 2.
|
55 |
-
| 2.
|
56 |
-
| 2.
|
57 |
-
| 2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 1.9387
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
- lr_scheduler_warmup_steps: 500
|
45 |
+
- num_epochs: 4
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
+
| 3.8424 | 0.26 | 500 | 2.9765 |
|
52 |
+
| 3.2655 | 0.53 | 1000 | 2.5221 |
|
53 |
+
| 2.9425 | 0.79 | 1500 | 2.3160 |
|
54 |
+
| 2.7533 | 1.05 | 2000 | 2.2170 |
|
55 |
+
| 2.7147 | 1.32 | 2500 | 2.1432 |
|
56 |
+
| 2.6331 | 1.58 | 3000 | 2.0872 |
|
57 |
+
| 2.5863 | 1.84 | 3500 | 2.0526 |
|
58 |
+
| 2.492 | 2.11 | 4000 | 2.0274 |
|
59 |
+
| 2.4757 | 2.37 | 4500 | 1.9948 |
|
60 |
+
| 2.4423 | 2.63 | 5000 | 1.9855 |
|
61 |
+
| 2.4339 | 2.9 | 5500 | 1.9645 |
|
62 |
+
| 2.3955 | 3.16 | 6000 | 1.9530 |
|
63 |
+
| 2.372 | 3.42 | 6500 | 1.9454 |
|
64 |
+
| 2.3661 | 3.69 | 7000 | 1.9410 |
|
65 |
+
| 2.3553 | 3.95 | 7500 | 1.9387 |
|
66 |
|
67 |
|
68 |
### Framework versions
|