BFS-Search commited on
Commit
b7a1025
·
verified ·
1 Parent(s): ae6860d

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -14,16 +14,19 @@
14
  "lora_dropout": 0.05,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
- "modules_to_save": null,
 
 
 
18
  "peft_type": "LORA",
19
  "r": 32,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "v_proj",
24
- "q_proj"
25
  ],
26
- "task_type": "SEQ_CLASSIFICATION",
27
  "use_dora": false,
28
  "use_rslora": false
29
  }
 
14
  "lora_dropout": 0.05,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "classifier",
19
+ "score"
20
+ ],
21
  "peft_type": "LORA",
22
  "r": 32,
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "q_proj",
27
+ "v_proj"
28
  ],
29
+ "task_type": "SEQ_CLS",
30
  "use_dora": false,
31
  "use_rslora": false
32
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f5969eec42ebec640a739970c0fc77e6db324773055485ec7f281cabe338b9be
3
  size 36715216
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a846b8526b93418e19a21d95ba10b5284e7e8da8efea0530fb6ffc2df8bc821
3
  size 36715216
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:82491fbb0b007101747d2a1723b8a150756bae33842dbdbad23dfaf3159f507f
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95083623936d745b92a59dbc11c17085b0dcff5f81e2f72df1896e056ca4cfa3
3
  size 5432