|
|
преди 4 месеца | |
|---|---|---|
| .. | ||
| data | преди 4 месеца | |
| eval | преди 4 месеца | |
| fine-tuning | преди 4 месеца | |
| quickstart | преди 4 месеца | |
| README.md | преди 4 месеца | |
This folder contains scripts to:
Evaluate Llama (original and fine-tuned) models on the Text2SQL task using the popular BIRD dataset in 3 simple steps;
Generate two fine-tuning datasets (with and without CoT) and fine-tuning Llama 3.1 8B with the datasets, gaining a 165% improvement on the fine-tuned model without CoT (accuracy 37.16%) and 209% with CoT (accuracy 43.37%) over the original model (accuracy 14.02%).
Our end goal is to maximize the accuracy of Llama models on the Text2SQL task. To do so we need to first evaluate the current state of the art Llama models on the task, then apply fine-tuning, agent and other approaches to evaluate and improve Llama's performance.