TeeA/T5-Text2SQL-Bilingual
Browse files
README.md
CHANGED
@@ -2,8 +2,6 @@
|
|
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,11 +14,16 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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 |
-
-
|
20 |
-
-
|
21 |
-
-
|
22 |
-
-
|
23 |
-
-
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -45,25 +48,9 @@ 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 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
-
### Training results
|
52 |
-
|
53 |
-
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
54 |
-
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|
|
55 |
-
| 1.6571 | 1.0 | 4389 | 1.5119 | 0.8292 | 0.7219 | 0.8204 | 0.8210 |
|
56 |
-
| 1.6181 | 2.0 | 8778 | 1.4851 | 0.8329 | 0.7293 | 0.8239 | 0.8245 |
|
57 |
-
| 1.6051 | 3.0 | 13167 | 1.4654 | 0.8324 | 0.7313 | 0.8243 | 0.8249 |
|
58 |
-
| 1.5903 | 4.0 | 17556 | 1.4522 | 0.8372 | 0.7396 | 0.8292 | 0.8298 |
|
59 |
-
| 1.5635 | 5.0 | 21945 | 1.4364 | 0.8399 | 0.7438 | 0.8320 | 0.8328 |
|
60 |
-
| 1.5304 | 6.0 | 26334 | 1.4274 | 0.8417 | 0.7455 | 0.8342 | 0.8346 |
|
61 |
-
| 1.5267 | 7.0 | 30723 | 1.4185 | 0.8409 | 0.7453 | 0.8336 | 0.8341 |
|
62 |
-
| 1.5241 | 8.0 | 35112 | 1.4129 | 0.8419 | 0.7480 | 0.8347 | 0.8354 |
|
63 |
-
| 1.5185 | 9.0 | 39501 | 1.4103 | 0.8431 | 0.7496 | 0.8355 | 0.8363 |
|
64 |
-
| 1.5174 | 10.0 | 43890 | 1.4095 | 0.8431 | 0.7496 | 0.8358 | 0.8364 |
|
65 |
-
|
66 |
-
|
67 |
### Framework versions
|
68 |
|
69 |
- Transformers 4.38.2
|
|
|
2 |
base_model: TeeA/T5-Text2SQL-Bilingual
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: Text2SQL-Bilingual
|
7 |
results: []
|
|
|
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 |
+
- eval_loss: 1.2513
|
18 |
+
- eval_rouge1: 0.8631
|
19 |
+
- eval_rouge2: 0.7804
|
20 |
+
- eval_rougeL: 0.8537
|
21 |
+
- eval_rougeLsum: 0.8528
|
22 |
+
- eval_runtime: 34.356
|
23 |
+
- eval_samples_per_second: 14.553
|
24 |
+
- eval_steps_per_second: 3.638
|
25 |
+
- epoch: 12.0
|
26 |
+
- step: 52668
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 20
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
### Framework versions
|
55 |
|
56 |
- 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:803077df521dc8b831dc863bb8d7c640188c4021d4d1be3ea773b37061be52f0
|
3 |
size 282739752
|
runs/Mar14_16-08-02_93d9bb2a2352/events.out.tfevents.1710432520.93d9bb2a2352.1838.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d986ea367b0de79b7a4e1db4a2dde1d80e1eb83d29a700c71ec493b31fdd09f6
|
3 |
+
size 35288
|
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:a3f9ebcb40b7346e222f23124b0d9aa0d318e92606271b933bd555fec6314322
|
3 |
size 5048
|