Upload model
Browse files- README.md +1 -1
- adapter_config.json +8 -1
- adapter_model.safetensors +3 -0
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
-
base_model: NousResearch/Llama-2-7b-chat-hf
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
5 |
model-index:
|
6 |
- name: llama-2-7b-mlabonne-enhanced
|
7 |
results: []
|
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
+
base_model: NousResearch/Llama-2-7b-chat-hf
|
5 |
model-index:
|
6 |
- name: llama-2-7b-mlabonne-enhanced
|
7 |
results: []
|
adapter_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"auto_mapping": null,
|
3 |
"base_model_name_or_path": "NousResearch/Llama-2-7b-chat-hf",
|
4 |
"bias": "none",
|
@@ -7,15 +8,21 @@
|
|
7 |
"init_lora_weights": true,
|
8 |
"layers_pattern": null,
|
9 |
"layers_to_transform": null,
|
|
|
10 |
"lora_alpha": 16,
|
11 |
"lora_dropout": 0.1,
|
|
|
|
|
12 |
"modules_to_save": null,
|
13 |
"peft_type": "LORA",
|
14 |
"r": 8,
|
|
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
"q_proj",
|
18 |
"v_proj"
|
19 |
],
|
20 |
-
"task_type": "CAUSAL_LM"
|
|
|
|
|
21 |
}
|
|
|
1 |
{
|
2 |
+
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "NousResearch/Llama-2-7b-chat-hf",
|
5 |
"bias": "none",
|
|
|
8 |
"init_lora_weights": true,
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
"lora_alpha": 16,
|
13 |
"lora_dropout": 0.1,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
"modules_to_save": null,
|
17 |
"peft_type": "LORA",
|
18 |
"r": 8,
|
19 |
+
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"q_proj",
|
23 |
"v_proj"
|
24 |
],
|
25 |
+
"task_type": "CAUSAL_LM",
|
26 |
+
"use_dora": false,
|
27 |
+
"use_rslora": false
|
28 |
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee6255c7baca2e529efadcb43c3d37cef9dc23fbed80e038bf51c1614caf5830
|
3 |
+
size 16794200
|