pierretokns commited on
Commit
55903c8
·
verified ·
1 Parent(s): f2babdf

Upload adapter_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. adapter_config.json +23 -0
adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model": "mlx-community/LFM2-VL-1.6B-8bit",
3
+ "rank": 16,
4
+ "alpha": 32,
5
+ "target_modules": [
6
+ "v_proj",
7
+ "w1",
8
+ "q_proj",
9
+ "k_proj",
10
+ "in_proj",
11
+ "out_proj",
12
+ "w3",
13
+ "w2"
14
+ ],
15
+ "epochs": 3,
16
+ "learning_rate": 1e-05,
17
+ "warmup_ratio": 0.1,
18
+ "warmup_steps": 534,
19
+ "final_loss": 0.012405412633277216,
20
+ "best_loss": 0.012405412633277216,
21
+ "dataset": "data/mcp_training_text",
22
+ "dataset_size": 1782
23
+ }