Commit
·
1c6adf4
1
Parent(s):
c274c80
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on [OMazzuzi90/Ita2Sql_data_train](https://huggingface.co/datasets/OMazzuzi90/Ita2Sql_data_train). dataset.
|
21 |
|
22 |
The following model is created with the aim of verifying if it is possible to translate the Italian language into SQL script.
|
23 |
-
The model is trained on a self-created dataset that associates various Italian sentences with
|
24 |
|
25 |
For Example the script SELECT * FROM CLIENTI, in Italian it could be expressed by the following sentences:
|
26 |
|
|
|
20 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on [OMazzuzi90/Ita2Sql_data_train](https://huggingface.co/datasets/OMazzuzi90/Ita2Sql_data_train). dataset.
|
21 |
|
22 |
The following model is created with the aim of verifying if it is possible to translate the Italian language into SQL script.
|
23 |
+
The model is trained on a self-created dataset that associates various Italian sentences with a SQL script, in which synonyms are used.
|
24 |
|
25 |
For Example the script SELECT * FROM CLIENTI, in Italian it could be expressed by the following sentences:
|
26 |
|