Jonas Belouadi
commited on
Commit
·
e026a0f
1
Parent(s):
941bf52
add model files
Browse files- adapter_config.json +27 -0
- adapter_model.bin +3 -0
- trainer_state.json +0 -0
adapter_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "decapoda-research/llama-13b-hf",
|
3 |
+
"bias": "none",
|
4 |
+
"enable_lora": null,
|
5 |
+
"fan_in_fan_out": false,
|
6 |
+
"inference_mode": true,
|
7 |
+
"lora_alpha": 16,
|
8 |
+
"lora_dropout": 0.05,
|
9 |
+
"merge_weights": false,
|
10 |
+
"model_type": "llama",
|
11 |
+
"modules_to_save": [
|
12 |
+
"embed_tokens",
|
13 |
+
"lm_head"
|
14 |
+
],
|
15 |
+
"peft_type": "LORA",
|
16 |
+
"r": 64,
|
17 |
+
"target_modules": [
|
18 |
+
"q_proj",
|
19 |
+
"k_proj",
|
20 |
+
"v_proj",
|
21 |
+
"o_proj",
|
22 |
+
"up_proj",
|
23 |
+
"down_proj",
|
24 |
+
"gate_proj"
|
25 |
+
],
|
26 |
+
"task_type": "CAUSAL_LM"
|
27 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:836dc98c7b943ef484bf8c420ecd9e2c24294bb2df2e189c8ee23c93cc3977c4
|
3 |
+
size 2312312853
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|