hanchungshin
commited on
Commit
•
0c42dd5
1
Parent(s):
becec67
Upload model
Browse files- README.md +2 -4
- adapter_config.json +2 -1
- adapter_model.safetensors +2 -2
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
-
base_model:
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -201,7 +201,6 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
201 |
|
202 |
## Training procedure
|
203 |
|
204 |
-
|
205 |
The following `bitsandbytes` quantization config was used during training:
|
206 |
- quant_method: bitsandbytes
|
207 |
- load_in_8bit: True
|
@@ -216,5 +215,4 @@ The following `bitsandbytes` quantization config was used during training:
|
|
216 |
|
217 |
### Framework versions
|
218 |
|
219 |
-
|
220 |
-
- PEFT 0.6.3.dev0
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
base_model: meta-llama/Llama-2-7b-chat-hf
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
|
|
201 |
|
202 |
## Training procedure
|
203 |
|
|
|
204 |
The following `bitsandbytes` quantization config was used during training:
|
205 |
- quant_method: bitsandbytes
|
206 |
- load_in_8bit: True
|
|
|
215 |
|
216 |
### Framework versions
|
217 |
|
218 |
+
- PEFT 0.6.3.dev0
|
|
adapter_config.json
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "
|
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": 32,
|
12 |
"lora_dropout": 0.05,
|
13 |
"modules_to_save": null,
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "meta-llama/Llama-2-7b-chat-hf",
|
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 |
+
"loftq_config": {},
|
12 |
"lora_alpha": 32,
|
13 |
"lora_dropout": 0.05,
|
14 |
"modules_to_save": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d0ce997383b617a341bbeb42b607490a3ad849a181e5273bb267722f366e45f
|
3 |
+
size 33571624
|