danielhanchen
commited on
Commit
•
007a0a0
1
Parent(s):
b3c6c51
Upload Qwen2ForCausalLM
Browse files- config.json +1 -2
- generation_config.json +1 -1
config.json
CHANGED
@@ -18,12 +18,11 @@
|
|
18 |
"num_key_value_heads": 2,
|
19 |
"pad_token_id": 151665,
|
20 |
"rms_norm_eps": 1e-06,
|
21 |
-
"rope_scaling": null,
|
22 |
"rope_theta": 1000000.0,
|
23 |
"sliding_window": null,
|
24 |
"tie_word_embeddings": true,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
-
"transformers_version": "4.
|
27 |
"unsloth_fixed": true,
|
28 |
"use_cache": true,
|
29 |
"use_mrope": false,
|
|
|
18 |
"num_key_value_heads": 2,
|
19 |
"pad_token_id": 151665,
|
20 |
"rms_norm_eps": 1e-06,
|
|
|
21 |
"rope_theta": 1000000.0,
|
22 |
"sliding_window": null,
|
23 |
"tie_word_embeddings": true,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
+
"transformers_version": "4.44.2",
|
26 |
"unsloth_fixed": true,
|
27 |
"use_cache": true,
|
28 |
"use_mrope": false,
|
generation_config.json
CHANGED
@@ -4,5 +4,5 @@
|
|
4 |
"max_length": 32768,
|
5 |
"max_new_tokens": 2048,
|
6 |
"pad_token_id": 151665,
|
7 |
-
"transformers_version": "4.
|
8 |
}
|
|
|
4 |
"max_length": 32768,
|
5 |
"max_new_tokens": 2048,
|
6 |
"pad_token_id": 151665,
|
7 |
+
"transformers_version": "4.44.2"
|
8 |
}
|