TeeA/T5-Text2SQL-Bilingual
Browse files- README.md +11 -11
- model.safetensors +1 -1
- runs/Mar15_08-09-40_32a963a9b948/events.out.tfevents.1710490224.32a963a9b948.5550.1 +3 -0
- tokenizer.json +8 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -14,16 +14,16 @@ 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 |
-
- eval_loss: 0.
|
18 |
-
- eval_rouge1: 0.
|
19 |
-
- eval_rouge2: 0.
|
20 |
-
- eval_rougeL: 0.
|
21 |
-
- eval_rougeLsum: 0.
|
22 |
-
- eval_runtime:
|
23 |
-
- eval_samples_per_second:
|
24 |
-
- eval_steps_per_second: 3.
|
25 |
-
- epoch:
|
26 |
-
- step:
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -48,7 +48,7 @@ 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
|
|
|
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: 0.7511
|
18 |
+
- eval_rouge1: 0.9032
|
19 |
+
- eval_rouge2: 0.8572
|
20 |
+
- eval_rougeL: 0.8999
|
21 |
+
- eval_rougeLsum: 0.8998
|
22 |
+
- eval_runtime: 35.5877
|
23 |
+
- eval_samples_per_second: 14.05
|
24 |
+
- eval_steps_per_second: 3.512
|
25 |
+
- epoch: 13.0
|
26 |
+
- step: 57057
|
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
|
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:7e357293677c954c27fd312e205bf647dae4228542fabcde9f72f1f5b1c8c11b
|
3 |
size 282739752
|
runs/Mar15_08-09-40_32a963a9b948/events.out.tfevents.1710490224.32a963a9b948.5550.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36fe1f4566708d39b8207f8a10f3d2aa0bfcfb67c79388de2314c93ad9ef4b1d
|
3 |
+
size 36631
|
tokenizer.json
CHANGED
@@ -6,7 +6,14 @@
|
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
-
"padding":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"added_tokens": [
|
11 |
{
|
12 |
"id": 0,
|
|
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
+
"padding": {
|
10 |
+
"strategy": "BatchLongest",
|
11 |
+
"direction": "Right",
|
12 |
+
"pad_to_multiple_of": null,
|
13 |
+
"pad_id": 0,
|
14 |
+
"pad_type_id": 0,
|
15 |
+
"pad_token": "<pad>"
|
16 |
+
},
|
17 |
"added_tokens": [
|
18 |
{
|
19 |
"id": 0,
|
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:44027028d9929134cc519b51a19d20111ca2577ae16a670dde3af14201be6cd6
|
3 |
size 5048
|