frankmorales2020
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -51,6 +51,11 @@ Fine Tuning and Evaluation: https://github.com/frank-morales2020/MLxDL/blob/main
|
|
51 |
Evaluation: https://github.com/frank-morales2020/MLxDL/blob/main/Evaluator_Mistral_7B_text_to_sql.ipynb
|
52 |
|
53 |
Evaluation article with Chromadb: https://medium.com/@frankmorales_91352/a-comprehensive-evaluation-of-a-fine-tuned-text-to-sql-model-from-code-to-results-with-7ea59943b0a1
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
Evaluation article with Chromadb, PostgreSQL and the “gretelai/synthetic_text_to_sql” dataset: https://medium.com/@frankmorales_91352/evaluating-the-performance-of-a-fine-tuned-text-to-sql-model-6b7d61dcfef5
|
|
|
51 |
Evaluation: https://github.com/frank-morales2020/MLxDL/blob/main/Evaluator_Mistral_7B_text_to_sql.ipynb
|
52 |
|
53 |
Evaluation article with Chromadb: https://medium.com/@frankmorales_91352/a-comprehensive-evaluation-of-a-fine-tuned-text-to-sql-model-from-code-to-results-with-7ea59943b0a1
|
54 |
+
The article discusses evaluating this fine-tuned text-to-SQL model, a type of artificial intelligence
|
55 |
+
that translates natural language into SQL queries.
|
56 |
+
|
57 |
+
The model was trained on the "b-mc2/sql-create-context" dataset and
|
58 |
+
evaluated using the "gretelai/synthetic_text_to_sql" dataset.
|
59 |
|
60 |
|
61 |
Evaluation article with Chromadb, PostgreSQL and the “gretelai/synthetic_text_to_sql” dataset: https://medium.com/@frankmorales_91352/evaluating-the-performance-of-a-fine-tuned-text-to-sql-model-6b7d61dcfef5
|