Upload Qwen3ForCausalLM
Browse files- config.json +1 -1
- generation_config.json +7 -2
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
| 22 |
"rope_theta": 1000000,
|
| 23 |
"sliding_window": null,
|
| 24 |
"tie_word_embeddings": true,
|
| 25 |
-
"torch_dtype": "
|
| 26 |
"transformers_version": "4.52.4",
|
| 27 |
"unsloth_fixed": true,
|
| 28 |
"unsloth_version": "2025.6.1",
|
|
|
|
| 22 |
"rope_theta": 1000000,
|
| 23 |
"sliding_window": null,
|
| 24 |
"tie_word_embeddings": true,
|
| 25 |
+
"torch_dtype": "float32",
|
| 26 |
"transformers_version": "4.52.4",
|
| 27 |
"unsloth_fixed": true,
|
| 28 |
"unsloth_version": "2025.6.1",
|
generation_config.json
CHANGED
|
@@ -1,8 +1,13 @@
|
|
| 1 |
{
|
| 2 |
"bos_token_id": 151643,
|
|
|
|
| 3 |
"eos_token_id": 151643,
|
| 4 |
"max_length": 32768,
|
| 5 |
-
"max_new_tokens":
|
| 6 |
-
"pad_token_id":
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"transformers_version": "4.52.4"
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"bos_token_id": 151643,
|
| 3 |
+
"do_sample": true,
|
| 4 |
"eos_token_id": 151643,
|
| 5 |
"max_length": 32768,
|
| 6 |
+
"max_new_tokens": 1024,
|
| 7 |
+
"pad_token_id": 151643,
|
| 8 |
+
"repetition_penalty": 1.1,
|
| 9 |
+
"temperature": 0.7,
|
| 10 |
+
"top_k": 20,
|
| 11 |
+
"top_p": 0.8,
|
| 12 |
"transformers_version": "4.52.4"
|
| 13 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:689d2a80d46c19f1d37958dd21a15c693f3f7607bce47fe5952c7373aecbe693
|
| 3 |
+
size 2383141336
|