|
|
4 kuukautta sitten | |
|---|---|---|
| .. | ||
| data | 4 kuukautta sitten | |
| eval | 4 kuukautta sitten | |
| fine-tuning | 4 kuukautta sitten | |
| quickstart | 4 kuukautta sitten | |
| README.md | 4 kuukautta sitten | |
This folder contains the tool subfolder, which has e2e scripts for evaluating Llama (original and fine-tuned) models on the Text2SQL task using the popular BIRD dataset, and e2e scripts for generating fine-tuning datasets and fine-tuning Llama 3.1 8B with the datasets.
Before looking into the tool folder, you may start with the scripts and notebook in this folder to get familiar with how to interact with a database using natural language inputs bu asking Llama to convert natural language queries into SQL queries.
For detailed instructions on setting up the environment, creating a database, and executing natural language queries using the Text2SQL interface, please refer to the quickstart.ipynb notebook.