vineetsharma
commited on
Commit
·
1d55247
1
Parent(s):
4ceb6b3
Training Completed
Browse files- README.md +18 -7
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -15,12 +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-small](https://huggingface.co/google/flan-t5-small) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
-
|
19 |
-
- eval_runtime: 2.2042
|
20 |
-
- eval_samples_per_second: 226.841
|
21 |
-
- eval_steps_per_second: 14.518
|
22 |
-
- epoch: 9.0
|
23 |
-
- step: 7011
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -45,7 +40,23 @@ The following hyperparameters were used during training:
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
### Framework versions
|
51 |
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.1005
|
|
|
|
|
|
|
|
|
|
|
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 |
+
| 0.3657 | 1.0 | 779 | 0.0933 |
|
50 |
+
| 0.0984 | 2.0 | 1558 | 0.0897 |
|
51 |
+
| 0.0874 | 3.0 | 2337 | 0.0890 |
|
52 |
+
| 0.0787 | 4.0 | 3116 | 0.0890 |
|
53 |
+
| 0.0713 | 5.0 | 3895 | 0.0905 |
|
54 |
+
| 0.0647 | 6.0 | 4674 | 0.0927 |
|
55 |
+
| 0.0591 | 7.0 | 5453 | 0.0932 |
|
56 |
+
| 0.0545 | 8.0 | 6232 | 0.0963 |
|
57 |
+
| 0.0506 | 9.0 | 7011 | 0.0991 |
|
58 |
+
| 0.0478 | 10.0 | 7790 | 0.1005 |
|
59 |
+
|
60 |
|
61 |
### Framework versions
|
62 |
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 307910149
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dffa8f13d9670e36a6e17a6f2bf661d4c6570aa06e5e2cb2af982c313ac622f7
|
3 |
size 307910149
|