Commit
·
d509b77
1
Parent(s):
2120a18
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,9 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: t5-small-finetuned-acbsql
|
7 |
results: []
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -12,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# t5-small-finetuned-acbsql
|
14 |
|
15 |
-
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Loss: 0.0699
|
18 |
- Rouge2 Precision: 0.6901
|
@@ -65,4 +68,4 @@ The following hyperparameters were used during training:
|
|
65 |
- Transformers 4.28.0
|
66 |
- Pytorch 2.0.1+cu118
|
67 |
- Datasets 2.12.0
|
68 |
-
- Tokenizers 0.13.3
|
|
|
5 |
model-index:
|
6 |
- name: t5-small-finetuned-acbsql
|
7 |
results: []
|
8 |
+
metrics:
|
9 |
+
- rouge
|
10 |
+
pipeline_tag: text2text-generation
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
15 |
|
16 |
# t5-small-finetuned-acbsql
|
17 |
|
18 |
+
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the ACB SQL dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.0699
|
21 |
- Rouge2 Precision: 0.6901
|
|
|
68 |
- Transformers 4.28.0
|
69 |
- Pytorch 2.0.1+cu118
|
70 |
- Datasets 2.12.0
|
71 |
+
- Tokenizers 0.13.3
|