surya-narayanan
commited on
Commit
•
9427665
1
Parent(s):
8d9f081
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:20c813716d95bb14ff68327c96c6b0a1018d8f1a9a05e2c6b91fab602c4bedc5
|
3 |
+
size 1744865936
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff1f5e5a73b7fd6a33db9fcd22d74e42b936949a44f1f6fad450086dbf89c455
|
3 |
+
size 4920
|