End of training
Browse files- README.md +12 -3
- model.safetensors +1 -1
- training_args.bin +2 -2
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-small](https://huggingface.co/t5-small) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 1.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -40,13 +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 |
|
52 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.6816
|
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 |
+
| No log | 1.0 | 325 | 1.8041 |
|
50 |
+
| 1.908 | 2.0 | 650 | 1.7697 |
|
51 |
+
| 1.908 | 3.0 | 975 | 1.7359 |
|
52 |
+
| 1.8218 | 4.0 | 1300 | 1.7228 |
|
53 |
+
| 1.7942 | 5.0 | 1625 | 1.7061 |
|
54 |
+
| 1.7942 | 6.0 | 1950 | 1.6981 |
|
55 |
+
| 1.7497 | 7.0 | 2275 | 1.6910 |
|
56 |
+
| 1.7379 | 8.0 | 2600 | 1.6848 |
|
57 |
+
| 1.7379 | 9.0 | 2925 | 1.6828 |
|
58 |
+
| 1.7165 | 10.0 | 3250 | 1.6816 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 242041896
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40afb1a6d2cbccd28e294bd07ed2e1b5370360ab351f1cb48692feec0081de88
|
3 |
size 242041896
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29fbcaf1d4c697f1e787523b2376f55d6539a823eeb67b6d9b32b28bdd947ef1
|
3 |
+
size 4856
|