haniu commited on
Commit
131cef1
·
verified ·
1 Parent(s): 3225a14

Model save

Browse files
README.md CHANGED
@@ -1,7 +1,7 @@
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,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # vision
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
 
@@ -50,8 +50,8 @@ The following hyperparameters were used during training:
50
 
51
  ### Framework versions
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
 
1
  ---
2
  library_name: peft
3
  license: llama3.2
4
+ base_model: meta-llama/Llama-3.2-11B-Vision-Instruct
5
  tags:
6
  - generated_from_trainer
7
  model-index:
 
14
 
15
  # vision
16
 
17
+ This model is a fine-tuned version of [meta-llama/Llama-3.2-11B-Vision-Instruct](https://huggingface.co/meta-llama/Llama-3.2-11B-Vision-Instruct) on the None dataset.
18
 
19
  ## Model description
20
 
 
50
 
51
  ### Framework versions
52
 
53
+ - PEFT 0.13.2
54
+ - Transformers 4.46.3
55
  - Pytorch 2.5.1+cu124
56
+ - Datasets 3.1.0
57
+ - Tokenizers 0.20.3
adapter_config.json CHANGED
@@ -4,10 +4,8 @@
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,
11
  "fan_in_fan_out": false,
12
  "inference_mode": true,
13
  "init_lora_weights": "gaussian",
@@ -16,7 +14,6 @@
16
  "layers_to_transform": null,
17
  "loftq_config": {},
18
  "lora_alpha": 8,
19
- "lora_bias": false,
20
  "lora_dropout": 0.1,
21
  "megatron_config": null,
22
  "megatron_core": "megatron.core",
@@ -28,11 +25,11 @@
28
  "target_modules": [
29
  "gate_proj",
30
  "up_proj",
31
- "k_proj",
32
- "down_proj",
33
  "q_proj",
34
  "v_proj",
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-11B-Vision-Instruct",
8
  "bias": "none",
 
 
9
  "fan_in_fan_out": false,
10
  "inference_mode": true,
11
  "init_lora_weights": "gaussian",
 
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
  "lora_alpha": 8,
 
17
  "lora_dropout": 0.1,
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
 
25
  "target_modules": [
26
  "gate_proj",
27
  "up_proj",
 
 
28
  "q_proj",
29
  "v_proj",
30
+ "o_proj",
31
+ "k_proj",
32
+ "down_proj"
33
  ],
34
  "task_type": null,
35
  "use_dora": true,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:77b2d889f8671542c22f7522191e50ab8989cfcc48f24095bb92bdc0ec0f1ffe
3
- size 565641552
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af7e0261e0f7942215af169e23eb2291a4ffce338e146a0e2427a1a2acb12bdb
3
+ size 125866776
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7be3a410baf9a3d96121d993ef6297c0d25f808a13b4c6b6bfd17be030bad9ee
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a469ffaf805a2747162fca45504aee937e08babf4949c6179b44ad1608a95574
3
  size 5304