OMazzuzi90 commited on
Commit
9fa1255
·
1 Parent(s): b23bd52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -19,6 +19,17 @@ should probably proofread and complete it, then remove this comment. -->
19
 
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
  ## Model description
23
 
24
  More information needed
@@ -31,8 +42,6 @@ More information needed
31
 
32
  More information needed
33
 
34
- ## Training procedure
35
-
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
 
19
 
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 an 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
+
27
+ - "MOSTRAMI TUTTI I CLIENTI"
28
+ - "VISUALIZZA TUTTI I CLIENTI"
29
+ - "SELEZIONA TUTTI I CLIENTI"
30
+
31
+ Clearly, with a much larger and more comprehensive dataset, for instance, one that includes all possible synonyms of an Italian verb, the model would be capable of being significantly more accurate. Currently, the dataset consists of about 21k rows.
32
+
33
  ## Model description
34
 
35
  More information needed
 
42
 
43
  More information needed
44
 
 
 
45
  ### Training hyperparameters
46
 
47
  The following hyperparameters were used during training: