Upload folder using huggingface_hub
Browse files- config.json +1 -1
- generation_config.json +1 -1
config.json
CHANGED
@@ -30,7 +30,7 @@
|
|
30 |
"vocab_size": 131072
|
31 |
},
|
32 |
"torch_dtype": "bfloat16",
|
33 |
-
"transformers_version": "4.52.
|
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.52.4",
|
34 |
"unsloth_fixed": true,
|
35 |
"vision_config": {
|
36 |
"attention_dropout": 0.0,
|
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.52.
|
7 |
}
|
|
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
5 |
"pad_token_id": 11,
|
6 |
+
"transformers_version": "4.52.4"
|
7 |
}
|