Upload StableLmForCausalLM
Browse files- config.json +2 -2
- generation_config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"StableLmForCausalLM"
|
| 5 |
],
|
|
@@ -22,7 +22,7 @@
|
|
| 22 |
"rope_theta": 10000,
|
| 23 |
"tie_word_embeddings": false,
|
| 24 |
"torch_dtype": "bfloat16",
|
| 25 |
-
"transformers_version": "4.38.
|
| 26 |
"use_cache": false,
|
| 27 |
"use_qkv_bias": true,
|
| 28 |
"vocab_size": 100352
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/root/dev/utils/5848bdb2088d9082721186a9d7689f7e8ae6bf92/",
|
| 3 |
"architectures": [
|
| 4 |
"StableLmForCausalLM"
|
| 5 |
],
|
|
|
|
| 22 |
"rope_theta": 10000,
|
| 23 |
"tie_word_embeddings": false,
|
| 24 |
"torch_dtype": "bfloat16",
|
| 25 |
+
"transformers_version": "4.38.2",
|
| 26 |
"use_cache": false,
|
| 27 |
"use_qkv_bias": true,
|
| 28 |
"vocab_size": 100352
|
generation_config.json
CHANGED
|
@@ -2,5 +2,5 @@
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 100257,
|
| 4 |
"eos_token_id": 100257,
|
| 5 |
-
"transformers_version": "4.38.
|
| 6 |
}
|
|
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 100257,
|
| 4 |
"eos_token_id": 100257,
|
| 5 |
+
"transformers_version": "4.38.2"
|
| 6 |
}
|