nazemi
commited on
Commit
·
e2f7e5c
1
Parent(s):
6fa6ebe
End of training
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -40,17 +40,22 @@ The following hyperparameters were used during training:
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
-
|
|
50 |
-
|
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 1.
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.0745
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 10
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 6.6008 | 1.0 | 55 | 3.7359 |
|
50 |
+
| 0.9015 | 2.0 | 110 | 0.4882 |
|
51 |
+
| 0.5158 | 3.0 | 165 | 0.2454 |
|
52 |
+
| 0.6051 | 4.0 | 220 | 0.1737 |
|
53 |
+
| 1.0759 | 5.0 | 275 | 0.1356 |
|
54 |
+
| 0.0473 | 6.0 | 330 | 0.1097 |
|
55 |
+
| 0.0412 | 7.0 | 385 | 0.0928 |
|
56 |
+
| 0.5505 | 8.0 | 440 | 0.0827 |
|
57 |
+
| 0.0438 | 9.0 | 495 | 0.0764 |
|
58 |
+
| 0.0687 | 10.0 | 550 | 0.0745 |
|
59 |
|
60 |
|
61 |
### Framework versions
|