Model save
Browse files- README.md +2 -2
- adapter_config.json +5 -5
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
license: llama3.2
|
4 |
-
base_model: meta-llama/Llama-3.2-
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# textvision
|
16 |
|
17 |
-
This model is a fine-tuned version of [meta-llama/Llama-3.2-
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
license: llama3.2
|
4 |
+
base_model: meta-llama/Llama-3.2-90B-Vision-Instruct
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
|
|
14 |
|
15 |
# textvision
|
16 |
|
17 |
+
This model is a fine-tuned version of [meta-llama/Llama-3.2-90B-Vision-Instruct](https://huggingface.co/meta-llama/Llama-3.2-90B-Vision-Instruct) on the None dataset.
|
18 |
|
19 |
## Model description
|
20 |
|
adapter_config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"base_model_class": "MllamaForConditionalGeneration",
|
5 |
"parent_library": "transformers.models.mllama.modeling_mllama"
|
6 |
},
|
7 |
-
"base_model_name_or_path": "meta-llama/Llama-3.2-
|
8 |
"bias": "none",
|
9 |
"eva_config": null,
|
10 |
"exclude_modules": null,
|
@@ -26,13 +26,13 @@
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
-
"q_proj",
|
30 |
-
"v_proj",
|
31 |
"down_proj",
|
32 |
"k_proj",
|
33 |
"gate_proj",
|
34 |
-
"
|
35 |
-
"
|
|
|
|
|
36 |
],
|
37 |
"task_type": null,
|
38 |
"use_dora": true,
|
|
|
4 |
"base_model_class": "MllamaForConditionalGeneration",
|
5 |
"parent_library": "transformers.models.mllama.modeling_mllama"
|
6 |
},
|
7 |
+
"base_model_name_or_path": "meta-llama/Llama-3.2-90B-Vision-Instruct",
|
8 |
"bias": "none",
|
9 |
"eva_config": null,
|
10 |
"exclude_modules": null,
|
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
|
|
|
|
29 |
"down_proj",
|
30 |
"k_proj",
|
31 |
"gate_proj",
|
32 |
+
"q_proj",
|
33 |
+
"v_proj",
|
34 |
+
"up_proj",
|
35 |
+
"o_proj"
|
36 |
],
|
37 |
"task_type": null,
|
38 |
"use_dora": true,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80427965b3a2d0c04d70a341f334ef098d0eb4bcc5b270108106ecf874e20dba
|
3 |
+
size 565641552
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12f6633afed749eccff80b3eaba46a853e672bae825941c845212e2e0e0e2003
|
3 |
size 5304
|