TeeA/T5-Text2SQL-Bilingual
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
base_model: TeeA/T5-Text2SQL-Bilingual
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: Text2SQL-Bilingual
|
7 |
results: []
|
@@ -14,16 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [TeeA/T5-Text2SQL-Bilingual](https://huggingface.co/TeeA/T5-Text2SQL-Bilingual) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
-
|
18 |
-
-
|
19 |
-
-
|
20 |
-
-
|
21 |
-
-
|
22 |
-
- eval_runtime: 34.9375
|
23 |
-
- eval_samples_per_second: 14.311
|
24 |
-
- eval_steps_per_second: 3.578
|
25 |
-
- epoch: 13.0
|
26 |
-
- step: 57057
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -48,9 +45,25 @@ The following hyperparameters were used during training:
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
-
- num_epochs:
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
### Framework versions
|
55 |
|
56 |
- Transformers 4.38.2
|
|
|
2 |
base_model: TeeA/T5-Text2SQL-Bilingual
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- rouge
|
7 |
model-index:
|
8 |
- name: Text2SQL-Bilingual
|
9 |
results: []
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [TeeA/T5-Text2SQL-Bilingual](https://huggingface.co/TeeA/T5-Text2SQL-Bilingual) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.6352
|
20 |
+
- Rouge1: 0.8954
|
21 |
+
- Rouge2: 0.8464
|
22 |
+
- Rougel: 0.8923
|
23 |
+
- Rougelsum: 0.8922
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 10
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
54 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|
|
55 |
+
| 0.8096 | 1.0 | 4389 | 0.6355 | 0.8975 | 0.8473 | 0.8940 | 0.8941 |
|
56 |
+
| 0.7862 | 2.0 | 8778 | 0.6368 | 0.8972 | 0.8489 | 0.8938 | 0.8939 |
|
57 |
+
| 0.7791 | 3.0 | 13167 | 0.6368 | 0.8963 | 0.8469 | 0.8927 | 0.8925 |
|
58 |
+
| 0.7792 | 4.0 | 17556 | 0.6369 | 0.8954 | 0.8464 | 0.8919 | 0.8917 |
|
59 |
+
| 0.7859 | 5.0 | 21945 | 0.6356 | 0.8949 | 0.8448 | 0.8914 | 0.8912 |
|
60 |
+
| 0.7812 | 6.0 | 26334 | 0.6354 | 0.8962 | 0.8468 | 0.8928 | 0.8928 |
|
61 |
+
| 0.7813 | 7.0 | 30723 | 0.6359 | 0.8950 | 0.8451 | 0.8916 | 0.8913 |
|
62 |
+
| 0.7695 | 8.0 | 35112 | 0.6356 | 0.8947 | 0.8458 | 0.8916 | 0.8915 |
|
63 |
+
| 0.7842 | 9.0 | 39501 | 0.6350 | 0.8950 | 0.8463 | 0.8920 | 0.8918 |
|
64 |
+
| 0.7724 | 10.0 | 43890 | 0.6352 | 0.8954 | 0.8464 | 0.8923 | 0.8922 |
|
65 |
+
|
66 |
+
|
67 |
### Framework versions
|
68 |
|
69 |
- Transformers 4.38.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 282739752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2220baf5ef6450e7d69294bd31e5fa86ab8edb37805e8e1edac9b176a778ecd
|
3 |
size 282739752
|
runs/Mar15_20-11-32_ab73af60f7b0/events.out.tfevents.1710533531.ab73af60f7b0.1425.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00046ef1c80ec3bfc5c5650b2dcdf581fcd768a745d20e711cd13ab78025c7b9
|
3 |
+
size 29737
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29849804be87ac161d60cd46e24b2767971f02a8db096ffbae1dc8c1010522b2
|
3 |
size 5048
|