Add files using upload-large-folder tool
Browse files- config.json +2 -2
- generation_config.json +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -30,12 +30,12 @@
|
|
30 |
"vocab_size": 131072
|
31 |
},
|
32 |
"torch_dtype": "bfloat16",
|
33 |
-
"transformers_version": "4.
|
34 |
"unsloth_fixed": true,
|
35 |
"vision_config": {
|
36 |
"attention_dropout": 0.0,
|
37 |
"head_dim": 64,
|
38 |
-
"hidden_act": "
|
39 |
"hidden_size": 1024,
|
40 |
"image_size": 1540,
|
41 |
"initializer_range": 0.02,
|
|
|
30 |
"vocab_size": 131072
|
31 |
},
|
32 |
"torch_dtype": "bfloat16",
|
33 |
+
"transformers_version": "4.52.3",
|
34 |
"unsloth_fixed": true,
|
35 |
"vision_config": {
|
36 |
"attention_dropout": 0.0,
|
37 |
"head_dim": 64,
|
38 |
+
"hidden_act": "silu",
|
39 |
"hidden_size": 1024,
|
40 |
"image_size": 1540,
|
41 |
"initializer_range": 0.02,
|
generation_config.json
CHANGED
@@ -3,5 +3,5 @@
|
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
5 |
"pad_token_id": 11,
|
6 |
-
"transformers_version": "4.
|
7 |
}
|
|
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
5 |
"pad_token_id": 11,
|
6 |
+
"transformers_version": "4.52.3"
|
7 |
}
|
tokenizer_config.json
CHANGED
@@ -9018,4 +9018,4 @@
|
|
9018 |
"tokenizer_class": "LlamaTokenizerFast",
|
9019 |
"unk_token": "<unk>",
|
9020 |
"use_default_system_prompt": false
|
9021 |
-
}
|
|
|
9018 |
"tokenizer_class": "LlamaTokenizerFast",
|
9019 |
"unk_token": "<unk>",
|
9020 |
"use_default_system_prompt": false
|
9021 |
+
}
|