Update README.md
Browse files
README.md
CHANGED
@@ -61,4 +61,10 @@ def translate_to_sql_select(english_query):
|
|
61 |
english_query = "Show all employees with salary greater than $50000"
|
62 |
sql_query = translate_to_sql_select(english_query)
|
63 |
print("SQL Query:", sql_query)
|
64 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
english_query = "Show all employees with salary greater than $50000"
|
62 |
sql_query = translate_to_sql_select(english_query)
|
63 |
print("SQL Query:", sql_query)
|
64 |
+
```
|
65 |
+
## Performance
|
66 |
+
- **Evaluation Metrics:** BLEU score 34.962700
|
67 |
+
## Acknowledgments
|
68 |
+
- The original T5 model was developed by Google Research.
|
69 |
+
- Training data was sourced from []
|
70 |
+
- Special thanks to Hugging Face for providing the Transformers library and the Model Hub for easy model sharing.
|