Jonas Belouadi
commited on
Commit
•
e9b929e
1
Parent(s):
e55908b
add model files
Browse files- adapter_config.json +28 -0
- adapter_model.bin +3 -0
- trainer_state.json +0 -0
adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "decapoda-research/llama-7b-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": "clima",
|
11 |
+
"modules_to_save": [
|
12 |
+
"embed_tokens",
|
13 |
+
"mm_projector",
|
14 |
+
"lm_head"
|
15 |
+
],
|
16 |
+
"peft_type": "LORA",
|
17 |
+
"r": 64,
|
18 |
+
"target_modules": [
|
19 |
+
"q_proj",
|
20 |
+
"k_proj",
|
21 |
+
"v_proj",
|
22 |
+
"o_proj",
|
23 |
+
"up_proj",
|
24 |
+
"down_proj",
|
25 |
+
"gate_proj"
|
26 |
+
],
|
27 |
+
"task_type": "CAUSAL_LM"
|
28 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af24365d9981def4dc6b6382a7cd5055ec6c3cb65c541ca0c7e60cfda738806e
|
3 |
+
size 1705163869
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|