End of training
Browse files- README.md +20 -14
- model.safetensors +1 -1
- training_args.bin +1 -1
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 [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -41,24 +41,30 @@ The following hyperparameters were used during training:
|
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
- lr_scheduler_warmup_ratio: 0.1
|
44 |
-
- num_epochs:
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
-
| 1.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.0404
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
- lr_scheduler_warmup_ratio: 0.1
|
44 |
+
- num_epochs: 6
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| 1.6928 | 0.32 | 200 | 0.2892 |
|
51 |
+
| 0.2913 | 0.63 | 400 | 0.1697 |
|
52 |
+
| 0.2028 | 0.95 | 600 | 0.1296 |
|
53 |
+
| 0.1448 | 1.26 | 800 | 0.1183 |
|
54 |
+
| 0.1275 | 1.58 | 1000 | 0.1028 |
|
55 |
+
| 0.11 | 1.9 | 1200 | 0.0827 |
|
56 |
+
| 0.0821 | 2.21 | 1400 | 0.0754 |
|
57 |
+
| 0.069 | 2.53 | 1600 | 0.0758 |
|
58 |
+
| 0.0685 | 2.84 | 1800 | 0.0598 |
|
59 |
+
| 0.0517 | 3.16 | 2000 | 0.0682 |
|
60 |
+
| 0.0427 | 3.48 | 2200 | 0.0526 |
|
61 |
+
| 0.0414 | 3.79 | 2400 | 0.0498 |
|
62 |
+
| 0.0326 | 4.11 | 2600 | 0.0479 |
|
63 |
+
| 0.0325 | 4.42 | 2800 | 0.0423 |
|
64 |
+
| 0.0236 | 4.74 | 3000 | 0.0481 |
|
65 |
+
| 0.0264 | 5.06 | 3200 | 0.0416 |
|
66 |
+
| 0.024 | 5.37 | 3400 | 0.0401 |
|
67 |
+
| 0.0164 | 5.69 | 3600 | 0.0404 |
|
68 |
|
69 |
|
70 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3132668808
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a772cbb887ff9cd07bb3e00d126ecf4fde1f603666f28cbbf4ca62435474efb3
|
3 |
size 3132668808
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eac21efae427b9b946c8ddbb7c2b77d246a427662027c316674d223dbf294995
|
3 |
size 5112
|