(Trained with Unsloth)
Browse files- config.json +1 -1
- generation_config.json +1 -1
config.json
CHANGED
|
@@ -34,7 +34,7 @@
|
|
| 34 |
"rope_theta": 500000.0,
|
| 35 |
"tie_word_embeddings": true,
|
| 36 |
"torch_dtype": "bfloat16",
|
| 37 |
-
"transformers_version": "4.53.
|
| 38 |
"unsloth_version": "2025.7.8",
|
| 39 |
"use_cache": true,
|
| 40 |
"vocab_size": 128256
|
|
|
|
| 34 |
"rope_theta": 500000.0,
|
| 35 |
"tie_word_embeddings": true,
|
| 36 |
"torch_dtype": "bfloat16",
|
| 37 |
+
"transformers_version": "4.53.3",
|
| 38 |
"unsloth_version": "2025.7.8",
|
| 39 |
"use_cache": true,
|
| 40 |
"vocab_size": 128256
|
generation_config.json
CHANGED
|
@@ -8,5 +8,5 @@
|
|
| 8 |
],
|
| 9 |
"max_length": 131072,
|
| 10 |
"pad_token_id": 0,
|
| 11 |
-
"transformers_version": "4.53.
|
| 12 |
}
|
|
|
|
| 8 |
],
|
| 9 |
"max_length": 131072,
|
| 10 |
"pad_token_id": 0,
|
| 11 |
+
"transformers_version": "4.53.3"
|
| 12 |
}
|