Maximofn commited on
Commit
f15117b
1 Parent(s): ccbaeb9

Training in progress, epoch 1

Browse files
Files changed (2) hide show
  1. adapter_config.json +5 -2
  2. adapter_model.safetensors +2 -2
adapter_config.json CHANGED
@@ -14,7 +14,10 @@
14
  "lora_dropout": 0.1,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
- "modules_to_save": null,
 
 
 
18
  "peft_type": "LORA",
19
  "r": 16,
20
  "rank_pattern": {},
@@ -22,7 +25,7 @@
22
  "target_modules": [
23
  "score"
24
  ],
25
- "task_type": "CAUSAL_LM",
26
  "use_dora": false,
27
  "use_rslora": false
28
  }
 
14
  "lora_dropout": 0.1,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "classifier",
19
+ "score"
20
+ ],
21
  "peft_type": "LORA",
22
  "r": 16,
23
  "rank_pattern": {},
 
25
  "target_modules": [
26
  "score"
27
  ],
28
+ "task_type": "SEQ_CLS",
29
  "use_dora": false,
30
  "use_rslora": false
31
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8fd37bd2b570fcae04778dffa23802642b2b9d96c5391c6fb911b087eaa1f036
3
- size 49712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f53b0afc4499d60ecf8bc602ecf127e106cc5e6654eccbd2579beacd46d1aa4
3
+ size 164592