Trained with Unsloth
Browse files- config.json +3 -3
- generation_config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "unsloth/
|
| 3 |
"architectures": [
|
| 4 |
"Qwen2ForCausalLM"
|
| 5 |
],
|
|
@@ -23,9 +23,9 @@
|
|
| 23 |
"sliding_window": null,
|
| 24 |
"tie_word_embeddings": false,
|
| 25 |
"torch_dtype": "float16",
|
| 26 |
-
"transformers_version": "4.
|
| 27 |
"unsloth_fixed": true,
|
| 28 |
-
"unsloth_version": "2025.
|
| 29 |
"use_cache": true,
|
| 30 |
"use_mrope": false,
|
| 31 |
"use_sliding_window": false,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "unsloth/DeepSeek-R1-Distill-Qwen-7B-unsloth-bnb-4bit",
|
| 3 |
"architectures": [
|
| 4 |
"Qwen2ForCausalLM"
|
| 5 |
],
|
|
|
|
| 23 |
"sliding_window": null,
|
| 24 |
"tie_word_embeddings": false,
|
| 25 |
"torch_dtype": "float16",
|
| 26 |
+
"transformers_version": "4.48.2",
|
| 27 |
"unsloth_fixed": true,
|
| 28 |
+
"unsloth_version": "2025.2.4",
|
| 29 |
"use_cache": true,
|
| 30 |
"use_mrope": false,
|
| 31 |
"use_sliding_window": false,
|
generation_config.json
CHANGED
|
@@ -7,5 +7,5 @@
|
|
| 7 |
"pad_token_id": 151654,
|
| 8 |
"temperature": 0.6,
|
| 9 |
"top_p": 0.95,
|
| 10 |
-
"transformers_version": "4.
|
| 11 |
}
|
|
|
|
| 7 |
"pad_token_id": 151654,
|
| 8 |
"temperature": 0.6,
|
| 9 |
"top_p": 0.95,
|
| 10 |
+
"transformers_version": "4.48.2"
|
| 11 |
}
|