Upload folder using huggingface_hub
Browse files- config.json +2 -1
- generation_config.json +1 -1
config.json
CHANGED
|
@@ -12,6 +12,7 @@
|
|
| 12 |
"model_type": "gemma3",
|
| 13 |
"pad_token_id": 0,
|
| 14 |
"text_config": {
|
|
|
|
| 15 |
"attention_bias": false,
|
| 16 |
"attention_dropout": 0.0,
|
| 17 |
"attn_logit_softcapping": null,
|
|
@@ -76,7 +77,7 @@
|
|
| 76 |
"vocab_size": 262208
|
| 77 |
},
|
| 78 |
"torch_dtype": "bfloat16",
|
| 79 |
-
"transformers_version": "4.53.
|
| 80 |
"unsloth_fixed": true,
|
| 81 |
"vision_config": {
|
| 82 |
"attention_dropout": 0.0,
|
|
|
|
| 12 |
"model_type": "gemma3",
|
| 13 |
"pad_token_id": 0,
|
| 14 |
"text_config": {
|
| 15 |
+
"_sliding_window_pattern": 6,
|
| 16 |
"attention_bias": false,
|
| 17 |
"attention_dropout": 0.0,
|
| 18 |
"attn_logit_softcapping": null,
|
|
|
|
| 77 |
"vocab_size": 262208
|
| 78 |
},
|
| 79 |
"torch_dtype": "bfloat16",
|
| 80 |
+
"transformers_version": "4.53.2",
|
| 81 |
"unsloth_fixed": true,
|
| 82 |
"vision_config": {
|
| 83 |
"attention_dropout": 0.0,
|
generation_config.json
CHANGED
|
@@ -6,5 +6,5 @@
|
|
| 6 |
106
|
| 7 |
],
|
| 8 |
"pad_token_id": 0,
|
| 9 |
-
"transformers_version": "4.53.
|
| 10 |
}
|
|
|
|
| 6 |
106
|
| 7 |
],
|
| 8 |
"pad_token_id": 0,
|
| 9 |
+
"transformers_version": "4.53.2"
|
| 10 |
}
|