suriya7 commited on
Commit
f2079b1
1 Parent(s): 3e1dd57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
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.