Upload Qwen2ForCausalLM
Browse files- config.json +2 -1
- generation_config.json +1 -1
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"Qwen2ForCausalLM"
|
| 4 |
],
|
|
@@ -21,7 +22,7 @@
|
|
| 21 |
"sliding_window": null,
|
| 22 |
"tie_word_embeddings": true,
|
| 23 |
"torch_dtype": "bfloat16",
|
| 24 |
-
"transformers_version": "4.
|
| 25 |
"use_cache": false,
|
| 26 |
"use_mrope": false,
|
| 27 |
"use_sliding_window": false,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/home/ubuntu/ai_factory/lam21",
|
| 3 |
"architectures": [
|
| 4 |
"Qwen2ForCausalLM"
|
| 5 |
],
|
|
|
|
| 22 |
"sliding_window": null,
|
| 23 |
"tie_word_embeddings": true,
|
| 24 |
"torch_dtype": "bfloat16",
|
| 25 |
+
"transformers_version": "4.44.1",
|
| 26 |
"use_cache": false,
|
| 27 |
"use_mrope": false,
|
| 28 |
"use_sliding_window": false,
|
generation_config.json
CHANGED
|
@@ -2,5 +2,5 @@
|
|
| 2 |
"bos_token_id": 151643,
|
| 3 |
"eos_token_id": 151643,
|
| 4 |
"max_new_tokens": 2048,
|
| 5 |
-
"transformers_version": "4.
|
| 6 |
}
|
|
|
|
| 2 |
"bos_token_id": 151643,
|
| 3 |
"eos_token_id": 151643,
|
| 4 |
"max_new_tokens": 2048,
|
| 5 |
+
"transformers_version": "4.44.1"
|
| 6 |
}
|