jarvisloh commited on
Commit
d29dc56
·
verified ·
1 Parent(s): fc526c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -6,4 +6,31 @@ language:
6
  base_model:
7
  - mistralai/Mistral-7B-Instruct-v0.3
8
  library_name: mlx
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  base_model:
7
  - mistralai/Mistral-7B-Instruct-v0.3
8
  library_name: mlx
9
+ ---
10
+
11
+ Finetuned on SmolInstruct's property prediction instruction dataset and HoneyBee's instruction dataset.
12
+
13
+ [LoRA Config Parameters]
14
+ train: true,
15
+ fine_tune_type: lora,
16
+ seed: 0,
17
+ num_layers: 16,
18
+ batch_size: 2,
19
+ iters: 1000,
20
+ val_batches: 25,
21
+ learning_rate: 1e-5,
22
+ steps_per_report: 10,
23
+ steps_per_eval: 200,
24
+ resume_adapter_file: null,
25
+ adapter_path: "adapters",
26
+ save_every: 100,
27
+ test: false,
28
+ test_batches: 100,
29
+ max_seq_length: 2048,
30
+ grad_checkpoint: false,
31
+ lora_parameters:
32
+ keys: ["self_attn.q_proj", "self_attn.v_proj"]
33
+ rank: 32
34
+ alpha: 64
35
+ dropout: 0.0
36
+ scale: 20.0