Model save
Browse files- README.md +3 -3
- 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 |
|
@@ -52,6 +52,6 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
- PEFT 0.14.0
|
54 |
- Transformers 4.48.1
|
55 |
-
- Pytorch 2.
|
56 |
- Datasets 3.2.0
|
57 |
- Tokenizers 0.21.0
|
|
|
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 |
|
|
|
52 |
|
53 |
- PEFT 0.14.0
|
54 |
- Transformers 4.48.1
|
55 |
+
- Pytorch 2.5.1+cu124
|
56 |
- Datasets 3.2.0
|
57 |
- Tokenizers 0.21.0
|
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 |
-
"gate_proj",
|
30 |
-
"up_proj",
|
31 |
"v_proj",
|
|
|
|
|
|
|
32 |
"k_proj",
|
33 |
"q_proj",
|
34 |
-
"
|
35 |
-
"o_proj"
|
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 |
"v_proj",
|
30 |
+
"down_proj",
|
31 |
+
"gate_proj",
|
32 |
+
"o_proj",
|
33 |
"k_proj",
|
34 |
"q_proj",
|
35 |
+
"up_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:f9dceefa43a2932b3391e10737b825ed33430aee39e4718290611d8fa0aa4803
|
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:7ceda4134d26813b3e4bc23afa914e07bb0223ff2abf785b1f667d479365aea0
|
3 |
size 5304
|