famepram commited on
Commit
0e7ad15
1 Parent(s): 1411bf9

Upload model

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. adapter_config.json +6 -8
  3. adapter_model.safetensors +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  library_name: peft
3
- base_model: alexsherstinsky/Mistral-7B-v0.1-sharded
4
  ---
5
 
6
  # Model Card for Model ID
@@ -210,7 +210,7 @@ The following `bitsandbytes` quantization config was used during training:
210
  - llm_int8_enable_fp32_cpu_offload: False
211
  - llm_int8_has_fp16_weight: False
212
  - bnb_4bit_quant_type: nf4
213
- - bnb_4bit_use_double_quant: True
214
  - bnb_4bit_compute_dtype: bfloat16
215
 
216
  ### Framework versions
@@ -229,7 +229,7 @@ The following `bitsandbytes` quantization config was used during training:
229
  - llm_int8_enable_fp32_cpu_offload: False
230
  - llm_int8_has_fp16_weight: False
231
  - bnb_4bit_quant_type: nf4
232
- - bnb_4bit_use_double_quant: True
233
  - bnb_4bit_compute_dtype: bfloat16
234
 
235
  ### Framework versions
 
1
  ---
2
  library_name: peft
3
+ base_model: mistralai/Mistral-7B-v0.1
4
  ---
5
 
6
  # Model Card for Model ID
 
210
  - llm_int8_enable_fp32_cpu_offload: False
211
  - llm_int8_has_fp16_weight: False
212
  - bnb_4bit_quant_type: nf4
213
+ - bnb_4bit_use_double_quant: False
214
  - bnb_4bit_compute_dtype: bfloat16
215
 
216
  ### Framework versions
 
229
  - llm_int8_enable_fp32_cpu_offload: False
230
  - llm_int8_has_fp16_weight: False
231
  - bnb_4bit_quant_type: nf4
232
+ - bnb_4bit_use_double_quant: False
233
  - bnb_4bit_compute_dtype: bfloat16
234
 
235
  ### Framework versions
adapter_config.json CHANGED
@@ -1,28 +1,26 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "alexsherstinsky/Mistral-7B-v0.1-sharded",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
8
  "init_lora_weights": true,
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
- "lora_alpha": 64,
12
  "lora_dropout": 0.1,
13
  "modules_to_save": null,
14
  "peft_type": "LORA",
15
- "r": 16,
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "up_proj",
20
- "v_proj",
21
  "q_proj",
22
- "down_proj",
23
- "o_proj",
24
  "k_proj",
25
- "gate_proj"
 
 
26
  ],
27
  "task_type": "CAUSAL_LM"
28
  }
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
8
  "init_lora_weights": true,
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
+ "lora_alpha": 16,
12
  "lora_dropout": 0.1,
13
  "modules_to_save": null,
14
  "peft_type": "LORA",
15
+ "r": 64,
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
 
 
19
  "q_proj",
 
 
20
  "k_proj",
21
+ "gate_proj",
22
+ "o_proj",
23
+ "v_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c894f0b250e8fdc1f07107f8ab34c6b41367e833c268f3c640b0baeea05f89bc
3
- size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c7bf244e71561a3d7fa1285d7487ae4a9963be6f57b8f3af5e9ff3ec3b4ad90
3
+ size 369142184