justinsunqiu commited on
Commit
b065cee
·
verified ·
1 Parent(s): 565b0e0

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. config.json +31 -31
config.json CHANGED
@@ -1,34 +1,34 @@
1
  {
2
- "_name_or_path": "unsloth/llama-3.2-11b-vision-instruct",
3
- "architectures": [
4
- "MllamaForConditionalGeneration"
5
- ],
6
- "image_token_index": 128256,
7
- "model_type": "mllama",
8
- "pad_token_id": 128004,
9
- "text_config": {
10
- "eos_token_id": [
11
- 128001,
12
- 128008,
13
- 128009
14
  ],
15
- "model_type": "mllama_text_model",
16
- "rope_scaling": {
17
- "factor": 8.0,
18
- "high_freq_factor": 4.0,
19
- "low_freq_factor": 1.0,
20
- "original_max_position_embeddings": 8192,
21
- "rope_type": "llama3"
 
 
 
 
 
 
 
 
 
 
 
22
  },
23
- "torch_dtype": "bfloat16"
24
- },
25
- "torch_dtype": "bfloat16",
26
- "transformers_version": "4.49.0",
27
- "unsloth_fixed": true,
28
- "unsloth_version": "2025.3.19",
29
- "vision_config": {
30
- "image_size": 560,
31
- "model_type": "mllama_vision_model",
32
- "torch_dtype": "bfloat16"
33
- }
34
- }
 
1
  {
2
+ "_name_or_path": "unsloth/Llama-3.2-11B-Vision-Instruct-unsloth-bnb-4bit",
3
+ "architectures": [
4
+ "MllamaForConditionalGeneration"
 
 
 
 
 
 
 
 
 
5
  ],
6
+ "image_token_index": 128256,
7
+ "model_type": "mllama",
8
+ "pad_token_id": 128004,
9
+ "text_config": {
10
+ "eos_token_id": [
11
+ 128001,
12
+ 128008,
13
+ 128009
14
+ ],
15
+ "model_type": "mllama_text_model",
16
+ "rope_scaling": {
17
+ "factor": 8.0,
18
+ "high_freq_factor": 4.0,
19
+ "low_freq_factor": 1.0,
20
+ "original_max_position_embeddings": 8192,
21
+ "rope_type": "llama3"
22
+ },
23
+ "torch_dtype": "bfloat16"
24
  },
25
+ "torch_dtype": "bfloat16",
26
+ "transformers_version": "4.49.0",
27
+ "unsloth_fixed": true,
28
+ "unsloth_version": "2025.3.19",
29
+ "vision_config": {
30
+ "image_size": 560,
31
+ "model_type": "mllama_vision_model",
32
+ "torch_dtype": "bfloat16"
33
+ }
34
+ }