aaa-2-sql / training_config.json
noom83's picture
Update training_config.json
8c80471 verified
raw
history blame contribute delete
271 Bytes
{
"base_model": "mistralai/Mistral-7B-Instruct-v0.3",
"finetuning_type": "LoRA",
"lora_r": 16,
"lora_alpha": 32,
"lora_dropout": 0.05,
"quantize": "bnb.nf4",
"context_length": 4098,
"train_batch_size": 4,
"learning_rate": "2e-4",
"train_steps": 2000
}