File size: 271 Bytes
22e6b89
 
 
 
 
 
 
 
 
 
8c80471
22e6b89
1
2
3
4
5
6
7
8
9
10
11
12
{
  "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
}