joaovitor2763
commited on
Commit
•
ed0f0e5
1
Parent(s):
4f13321
Upload folder using huggingface_hub
Browse files- README.md +16 -0
- adapter_config.json +25 -0
- adapter_model.bin +3 -0
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
library_name: peft
|
4 |
+
base_model: mistralai/Mistral-7B-v0.1
|
5 |
---
|
6 |
+
## Training procedure
|
7 |
+
|
8 |
+
|
9 |
+
### Framework versions
|
10 |
+
|
11 |
+
|
12 |
+
- PEFT 0.6.0
|
13 |
+
## Training procedure
|
14 |
+
|
15 |
+
|
16 |
+
### Framework versions
|
17 |
+
|
18 |
+
|
19 |
+
- PEFT 0.6.0
|
adapter_config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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,
|
13 |
+
"modules_to_save": null,
|
14 |
+
"peft_type": "LORA",
|
15 |
+
"r": 8,
|
16 |
+
"rank_pattern": {},
|
17 |
+
"revision": null,
|
18 |
+
"target_modules": [
|
19 |
+
"o_proj",
|
20 |
+
"v_proj",
|
21 |
+
"q_proj",
|
22 |
+
"k_proj"
|
23 |
+
],
|
24 |
+
"task_type": "CAUSAL_LM"
|
25 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59f33f38713060ab72765b09d049c8f0c7e1f05d3d1f11a2250cd44dca261cf2
|
3 |
+
size 27351882
|