surya-narayanan
commited on
Commit
•
7952091
1
Parent(s):
0ce6bde
Training in progress, step 1
Browse files- adapter_config.json +35 -0
- adapter_model.safetensors +3 -0
- training_args.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "MistralForCausalLM",
|
5 |
+
"parent_library": "transformers.models.mistral.modeling_mistral"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
|
8 |
+
"bias": "none",
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 1024,
|
16 |
+
"lora_dropout": 0.1,
|
17 |
+
"megatron_config": null,
|
18 |
+
"megatron_core": "megatron.core",
|
19 |
+
"modules_to_save": [
|
20 |
+
"ln_f"
|
21 |
+
],
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 512,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"o_proj",
|
28 |
+
"q_proj",
|
29 |
+
"k_proj",
|
30 |
+
"v_proj"
|
31 |
+
],
|
32 |
+
"task_type": null,
|
33 |
+
"use_dora": false,
|
34 |
+
"use_rslora": false
|
35 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69f4946f4ab9326c25cdaafb31ba67bcb2e7f4ec51f8094b95c55595138ef627
|
3 |
+
size 1744865936
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41d840560c56612734df0563e885f29197df130028fbdd6cc4e1ed9a8970acd3
|
3 |
+
size 4920
|