File size: 1,222 Bytes
7b1733a
c69f66f
c7aaf1d
 
 
 
 
 
 
 
77466e5
 
 
7b1733a
c69f66f
c7aaf1d
c69f66f
c7aaf1d
c69f66f
e2ee346
c7aaf1d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
library_name: peft
tags:
- meta-llama/Llama-2-7b
- code
- instruct
- instruct-code
- sql-create-context
- text-to-sql
- LLM
datasets:
- b-mc2/sql-create-context
base_model: meta-llama/Llama-2-7b-hf
---

We finetuned Meta-Llama-2-7B on the SQL Create Context Dataset (b-mc2/sql-create-context) for 3 epochs using [MonsterAPI](https://monsterapi.ai) no-code [LLM finetuner](https://docs.monsterapi.ai/fine-tune-a-large-language-model-llm).

This dataset is an enhanced version of WikiSQL and Spider, focused on providing natural language queries and corresponding SQL CREATE TABLE statements. The dataset contains 78,577 examples and aims to improve the model's grounding in text-to-SQL tasks. The CREATE TABLE statements are particularly useful for limiting token usage and avoiding exposure to sensitive data.

The finetuning session took 7hrs and 21 mins and costed us a total of `$15.33`.

#### Hyperparameters & Run details:
- Model Path: meta-llama/Llama-2-7b
- Dataset: b-mc2/sql-create-context
- Learning rate: 0.0003
- Number of epochs: 3
- Data split: Training: 90% / Validation: 10%
- Gradient accumulation steps: 1

Loss metrics:
![training loss](train-loss.png "Training loss")

---
license: apache-2.0
---