amirbachar
commited on
Commit
•
a50fc90
1
Parent(s):
1262879
End of training
Browse files- README.md +26 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,6 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# flan-t5-xl-spider-dict_qpl-20240304-v3
|
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 |
|
19 |
## Model description
|
20 |
|
@@ -39,7 +42,29 @@ The following hyperparameters were used during training:
|
|
39 |
- seed: 1
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
-
- num_epochs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
### Framework versions
|
45 |
|
|
|
15 |
# flan-t5-xl-spider-dict_qpl-20240304-v3
|
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 |
+
- Execution Accuracy: 67.9884
|
20 |
+
- Loss: 0.0904
|
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: 16
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Execution Accuracy | Validation Loss |
|
50 |
+
|:-------------:|:-----:|:------:|:------------------:|:---------------:|
|
51 |
+
| 0.068 | 1.0 | 6555 | 39.4584 | 0.0767 |
|
52 |
+
| 0.0432 | 2.0 | 13110 | 52.9981 | 0.0608 |
|
53 |
+
| 0.033 | 3.0 | 19665 | 60.3482 | 0.0612 |
|
54 |
+
| 0.0297 | 4.0 | 26220 | 62.8627 | 0.0589 |
|
55 |
+
| 0.0213 | 5.0 | 32775 | 64.1199 | 0.0605 |
|
56 |
+
| 0.0188 | 6.0 | 39330 | 64.3133 | 0.0619 |
|
57 |
+
| 0.0166 | 7.0 | 45885 | 66.441 | 0.0611 |
|
58 |
+
| 0.0162 | 8.0 | 52440 | 65.8607 | 0.0669 |
|
59 |
+
| 0.0109 | 9.0 | 58995 | 68.9555 | 0.0666 |
|
60 |
+
| 0.0101 | 10.0 | 65550 | 68.1818 | 0.0736 |
|
61 |
+
| 0.0085 | 11.0 | 72105 | 68.0851 | 0.0764 |
|
62 |
+
| 0.0069 | 12.0 | 78660 | 69.0522 | 0.0801 |
|
63 |
+
| 0.0068 | 13.0 | 85215 | 69.2456 | 0.0884 |
|
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
|
70 |
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 563831168
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1a65c3de23d00d51bafa602876155171d1c78f7b34a1171ac20567bd90390b0
|
3 |
size 563831168
|
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:87c4360404638947cf130289ca0aa0b9a575d34646a325c0ef5707733c6c5f95
|
3 |
size 5112
|