amirbachar
commited on
End of training
Browse files- README.md +4 -3
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/flan-t5-xl](https://huggingface.co/google/flan-t5-xl) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
-
|
20 |
-
-
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -42,7 +42,7 @@ The following hyperparameters were used during training:
|
|
42 |
- seed: 1
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
-
- num_epochs:
|
46 |
|
47 |
### Training results
|
48 |
|
@@ -64,6 +64,7 @@ The following hyperparameters were used during training:
|
|
64 |
| 0.0052 | 14.0 | 91770 | 70.793 | 0.0883 |
|
65 |
| 0.0039 | 15.0 | 98325 | 70.5029 | 0.0936 |
|
66 |
| 0.005 | 16.0 | 104880 | 67.9884 | 0.0904 |
|
|
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/flan-t5-xl](https://huggingface.co/google/flan-t5-xl) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.0957
|
20 |
+
- Execution Accuracy: 69.3424
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
42 |
- seed: 1
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 17
|
46 |
|
47 |
### Training results
|
48 |
|
|
|
64 |
| 0.0052 | 14.0 | 91770 | 70.793 | 0.0883 |
|
65 |
| 0.0039 | 15.0 | 98325 | 70.5029 | 0.0936 |
|
66 |
| 0.005 | 16.0 | 104880 | 67.9884 | 0.0904 |
|
67 |
+
| 0.0042 | 17.0 | 111435 | 0.0957 | 69.3424 |
|
68 |
|
69 |
|
70 |
### Framework versions
|
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:53b752b7955d88fc1560b2874e9682406268f9709db3ff80517479dd3f6a2edb
|
3 |
size 5112
|