(Trained with Unsloth)
Browse files- config.json +2 -2
- generation_config.json +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "unsloth/
|
3 |
"architectures": [
|
4 |
"MllamaForConditionalGeneration"
|
5 |
],
|
@@ -35,7 +35,7 @@
|
|
35 |
"torch_dtype": "bfloat16"
|
36 |
},
|
37 |
"torch_dtype": "bfloat16",
|
38 |
-
"transformers_version": "4.
|
39 |
"unsloth_fixed": true,
|
40 |
"unsloth_version": "2025.2.12",
|
41 |
"vision_config": {
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "unsloth/Llama-3.2-11B-Vision-Instruct-unsloth-bnb-4bit",
|
3 |
"architectures": [
|
4 |
"MllamaForConditionalGeneration"
|
5 |
],
|
|
|
35 |
"torch_dtype": "bfloat16"
|
36 |
},
|
37 |
"torch_dtype": "bfloat16",
|
38 |
+
"transformers_version": "4.49.0",
|
39 |
"unsloth_fixed": true,
|
40 |
"unsloth_version": "2025.2.12",
|
41 |
"vision_config": {
|
generation_config.json
CHANGED
@@ -9,5 +9,5 @@
|
|
9 |
"pad_token_id": 128004,
|
10 |
"temperature": 0.6,
|
11 |
"top_p": 0.9,
|
12 |
-
"transformers_version": "4.
|
13 |
}
|
|
|
9 |
"pad_token_id": 128004,
|
10 |
"temperature": 0.6,
|
11 |
"top_p": 0.9,
|
12 |
+
"transformers_version": "4.49.0"
|
13 |
}
|
tokenizer_config.json
CHANGED
@@ -2070,6 +2070,6 @@
|
|
2070 |
"pad_token": "<|finetune_right_pad_id|>",
|
2071 |
"padding_side": "left",
|
2072 |
"processor_class": "MllamaProcessor",
|
2073 |
-
"tokenizer_class": "
|
2074 |
"unk_token": null
|
2075 |
}
|
|
|
2070 |
"pad_token": "<|finetune_right_pad_id|>",
|
2071 |
"padding_side": "left",
|
2072 |
"processor_class": "MllamaProcessor",
|
2073 |
+
"tokenizer_class": "PreTrainedTokenizer",
|
2074 |
"unk_token": null
|
2075 |
}
|