Upload model
Browse files- README.md +0 -38
- adapter_config.json +2 -2
- adapter_model.bin +1 -1
README.md
CHANGED
@@ -235,42 +235,4 @@ The following `bitsandbytes` quantization config was used during training:
|
|
235 |
### Framework versions
|
236 |
|
237 |
|
238 |
-
- PEFT 0.6.1
|
239 |
-
## Training procedure
|
240 |
-
|
241 |
-
|
242 |
-
The following `bitsandbytes` quantization config was used during training:
|
243 |
-
- quant_method: bitsandbytes
|
244 |
-
- load_in_8bit: False
|
245 |
-
- load_in_4bit: True
|
246 |
-
- llm_int8_threshold: 6.0
|
247 |
-
- llm_int8_skip_modules: None
|
248 |
-
- llm_int8_enable_fp32_cpu_offload: False
|
249 |
-
- llm_int8_has_fp16_weight: False
|
250 |
-
- bnb_4bit_quant_type: nf4
|
251 |
-
- bnb_4bit_use_double_quant: True
|
252 |
-
- bnb_4bit_compute_dtype: float16
|
253 |
-
|
254 |
-
### Framework versions
|
255 |
-
|
256 |
-
|
257 |
-
- PEFT 0.6.1
|
258 |
-
## Training procedure
|
259 |
-
|
260 |
-
|
261 |
-
The following `bitsandbytes` quantization config was used during training:
|
262 |
-
- quant_method: bitsandbytes
|
263 |
-
- load_in_8bit: False
|
264 |
-
- load_in_4bit: True
|
265 |
-
- llm_int8_threshold: 6.0
|
266 |
-
- llm_int8_skip_modules: None
|
267 |
-
- llm_int8_enable_fp32_cpu_offload: False
|
268 |
-
- llm_int8_has_fp16_weight: False
|
269 |
-
- bnb_4bit_quant_type: nf4
|
270 |
-
- bnb_4bit_use_double_quant: True
|
271 |
-
- bnb_4bit_compute_dtype: float16
|
272 |
-
|
273 |
-
### Framework versions
|
274 |
-
|
275 |
-
|
276 |
- PEFT 0.6.1
|
|
|
235 |
### Framework versions
|
236 |
|
237 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
- PEFT 0.6.1
|
adapter_config.json
CHANGED
@@ -18,8 +18,8 @@
|
|
18 |
"target_modules": [
|
19 |
"query_key_value",
|
20 |
"dense",
|
21 |
-
"
|
22 |
-
"
|
23 |
],
|
24 |
"task_type": "CAUSAL_LM"
|
25 |
}
|
|
|
18 |
"target_modules": [
|
19 |
"query_key_value",
|
20 |
"dense",
|
21 |
+
"dense_4h_to_h",
|
22 |
+
"dense_h_to_4h"
|
23 |
],
|
24 |
"task_type": "CAUSAL_LM"
|
25 |
}
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 261189898
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f511539275c9aeb845323f8133d952419bfa07e9f46813c0aeb01c99f5b43c11
|
3 |
size 261189898
|