Upload folder using huggingface_hub
Browse files- config.json +1 -1
- generation_config.json +1 -1
- preprocessor_config.json +1 -0
config.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 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,
|
|
|
|
| 30 |
"vocab_size": 131072
|
| 31 |
},
|
| 32 |
"torch_dtype": "bfloat16",
|
| 33 |
+
"transformers_version": "4.55.4",
|
| 34 |
"unsloth_fixed": true,
|
| 35 |
"vision_config": {
|
| 36 |
"attention_dropout": 0.0,
|
generation_config.json
CHANGED
|
@@ -5,5 +5,5 @@
|
|
| 5 |
"max_length": 131072,
|
| 6 |
"pad_token_id": 11,
|
| 7 |
"temperature": 0.15,
|
| 8 |
-
"transformers_version": "4.
|
| 9 |
}
|
|
|
|
| 5 |
"max_length": 131072,
|
| 6 |
"pad_token_id": 11,
|
| 7 |
"temperature": 0.15,
|
| 8 |
+
"transformers_version": "4.55.4"
|
| 9 |
}
|
preprocessor_config.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
| 3 |
"data_format": "channels_first",
|
| 4 |
"default_to_square": true,
|
| 5 |
"device": null,
|
|
|
|
| 6 |
"do_center_crop": null,
|
| 7 |
"do_convert_rgb": true,
|
| 8 |
"do_normalize": true,
|
|
|
|
| 3 |
"data_format": "channels_first",
|
| 4 |
"default_to_square": true,
|
| 5 |
"device": null,
|
| 6 |
+
"disable_grouping": null,
|
| 7 |
"do_center_crop": null,
|
| 8 |
"do_convert_rgb": true,
|
| 9 |
"do_normalize": true,
|