YashJain commited on
Commit
e328a15
·
verified ·
1 Parent(s): b44010c

Delete adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +0 -29
adapter_config.json DELETED
@@ -1,29 +0,0 @@
1
- {
2
- "adapter_path": "adapters",
3
- "batch_size": 1,
4
- "config": null,
5
- "data": "data",
6
- "grad_checkpoint": null,
7
- "iters": 500,
8
- "learning_rate": 1e-05,
9
- "lora_layers": 16,
10
- "lora_parameters": {
11
- "rank": 8,
12
- "alpha": 16,
13
- "dropout": 0.0,
14
- "scale": 10.0
15
- },
16
- "lr_schedule": null,
17
- "max_seq_length": 8192,
18
- "model": "Qwen/Qwen2-1.5B-Instruct",
19
- "resume_adapter_file": null,
20
- "save_every": 100,
21
- "seed": 0,
22
- "steps_per_eval": 200,
23
- "steps_per_report": 10,
24
- "test": false,
25
- "test_batches": 500,
26
- "train": true,
27
- "use_dora": false,
28
- "val_batches": 25
29
- }