Jonas Belouadi
commited on
Commit
•
518e28e
1
Parent(s):
8f37a8d
add model files
Browse files- adapter_config.json +28 -0
- adapter_model.bin +3 -0
- projector/pytorch_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-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": "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:347ed38c6cd1a44ef84c808e8dac600c83e8048e01101677bf18ff76c09b76b4
|
3 |
+
size 2333305501
|
projector/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:307f7ef07c85564dba684d96e63ab6f8bdc283d8a9d1e60029e5547b5ff9857e
|
3 |
+
size 20993087
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|