frankmorales2020
commited on
Commit
•
80050e7
1
Parent(s):
7b80c28
Update README.md
Browse files
README.md
CHANGED
@@ -51,15 +51,15 @@ 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 |
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
|
62 |
-
|
63 |
### Training hyperparameters
|
64 |
|
65 |
The following hyperparameters were used during training:
|
|
|
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 |
+
Evaluation article with Chromadb, PostgreSQL and the “gretelai/synthetic_text_to_sql” dataset:
|
56 |
+
https://medium.com/@frankmorales_91352/evaluating-the-performance-of-a-fine-tuned-text-to-sql-model-6b7d61dcfef5
|
57 |
The article discusses evaluating this fine-tuned text-to-SQL model, a type of artificial intelligence
|
58 |
that translates natural language into SQL queries.
|
59 |
|
60 |
The model was trained on the "b-mc2/sql-create-context" dataset and
|
61 |
evaluated using the "gretelai/synthetic_text_to_sql" dataset.
|
62 |
|
|
|
|
|
|
|
63 |
### Training hyperparameters
|
64 |
|
65 |
The following hyperparameters were used during training:
|