rahulrouterabbit commited on
Commit
a008f02
1 Parent(s): 698bd9c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json CHANGED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "project_name": "my-autotrain-llm",
3
+ "model_name": "mistralai/Mistral-7B-Instruct-v0.2",
4
+ "push_to_hub": true,
5
+ "repo_id": "rahulrouterabbit/mistral",
6
+ "use_fp16": true,
7
+ "use_peft": true,
8
+ "use_int4": true,
9
+ "learning_rate": 0.0001,
10
+ "num_epochs": 4,
11
+ "batch_size": 4,
12
+ "block_size": 512,
13
+ "warmup_ratio": 0.05,
14
+ "weight_decay": 0.005,
15
+ "lora_r": 8,
16
+ "lora_alpha": 16,
17
+ "lora_dropout": 0.01
18
+ }