End of training
Browse files- README.md +12 -4
- 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-qpl-20240127
|
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,13 +42,18 @@ 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 |
### Training results
|
45 |
|
46 |
-
| Training Loss | Epoch | Step
|
47 |
-
|
48 |
-
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
|
51 |
### Framework versions
|
|
|
15 |
# flan-t5-xl-spider-qpl-20240127
|
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.0582
|
20 |
+
- Execution Accuracy: 0.0
|
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: 15
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss | Execution Accuracy |
|
50 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------------------:|
|
51 |
+
| 0.06 | 1.0 | 6555 | 0.0635 | 0.0 |
|
52 |
+
| 0.0375 | 2.0 | 13110 | 0.0577 | 0.0 |
|
53 |
+
| 0.0289 | 3.0 | 19665 | 0.0556 | 0.0 |
|
54 |
+
| 0.0223 | 4.0 | 26220 | 0.0566 | 0.0 |
|
55 |
+
| 0.0186 | 5.0 | 32775 | 0.0555 | 0.0 |
|
56 |
+
| 0.015 | 6.0 | 39330 | 0.0582 | 0.0 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 563765632
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:748788b2ce5813eaf0f40b5c79e7918f2eab189b99fa6ffbbd5ac48a735f383e
|
3 |
size 563765632
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fa248748b1bd19b9b60a04c17fca445859719572d4a98714e4ac39010314985
|
3 |
size 4920
|