ybelkada commited on
Commit
1fa94ad
1 Parent(s): d82c06f

Upload model

Browse files
Files changed (2) hide show
  1. adapter_config.json +5 -2
  2. adapter_model.bin +2 -2
adapter_config.json CHANGED
@@ -1,14 +1,17 @@
1
  {
 
2
  "bias": "none",
3
  "enable_lora": null,
4
  "fan_in_fan_out": false,
 
5
  "lora_alpha": 32,
6
  "lora_dropout": 0.05,
7
  "merge_weights": false,
8
  "peft_type": "LORA",
9
- "r": 8,
10
  "target_modules": [
11
  "q_proj",
12
  "v_proj"
13
- ]
 
14
  }
 
1
  {
2
+ "base_model_name_or_path": "facebook/opt-350m",
3
  "bias": "none",
4
  "enable_lora": null,
5
  "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
  "lora_alpha": 32,
8
  "lora_dropout": 0.05,
9
  "merge_weights": false,
10
  "peft_type": "LORA",
11
+ "r": 16,
12
  "target_modules": [
13
  "q_proj",
14
  "v_proj"
15
+ ],
16
+ "task_type": "SEQ_CLS"
17
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:61f792370bc046041e2e05596a485310329993843c950e8ab8f96a034e788672
3
- size 3178321
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12b261db52ad211a2b22117c7901ecbdb8a721f43740c76e504a4f05774a2c77
3
+ size 6325073