clemsail commited on
Commit
0c0b707
·
verified ·
1 Parent(s): 1706963

Upload adapter config

Browse files
Files changed (1) hide show
  1. adapter_config.json +42 -0
adapter_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "adapter_path": "/Users/clems/KIKI-Mac_tunner/output/eu-kiki-hf/devstral-sql-bf16",
3
+ "batch_size": 1,
4
+ "clear_cache_threshold": 0,
5
+ "config": "/Users/clems/KIKI-Mac_tunner/output/eu-kiki-hf/devstral-sql-bf16/train_config.yaml",
6
+ "data": "/Users/clems/eu-kiki/data/hf-traced/sql",
7
+ "fine_tune_type": "lora",
8
+ "grad_accumulation_steps": 4,
9
+ "grad_checkpoint": true,
10
+ "iters": 500,
11
+ "learning_rate": 1e-05,
12
+ "lora_parameters": {
13
+ "alpha": 32,
14
+ "dropout": 0.05,
15
+ "rank": 16,
16
+ "scale": 2.0
17
+ },
18
+ "lr_schedule": null,
19
+ "mask_prompt": false,
20
+ "max_seq_length": 2048,
21
+ "model": "/Users/clems/KIKI-Mac_tunner/models/Devstral-Small-2-24B-BF16",
22
+ "num_layers": -1,
23
+ "optimizer": "adam",
24
+ "optimizer_config": {
25
+ "adam": {},
26
+ "adamw": {},
27
+ "muon": {},
28
+ "sgd": {},
29
+ "adafactor": {}
30
+ },
31
+ "project_name": null,
32
+ "report_to": null,
33
+ "resume_adapter_file": null,
34
+ "save_every": 200,
35
+ "seed": 42,
36
+ "steps_per_eval": 200,
37
+ "steps_per_report": 10,
38
+ "test": false,
39
+ "test_batches": 500,
40
+ "train": true,
41
+ "val_batches": 5
42
+ }