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.
|
| 26 |
"use_cache": false,
|
| 27 |
"use_qkv_bias": true,
|
| 28 |
"vocab_size": 100352
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/root/dev/utils/9f2c6ccf20c8820d616afcffed724e64feb3032b/",
|
| 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,6 +2,6 @@
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 100289,
|
| 4 |
"eos_token_id": 100290,
|
| 5 |
-
"transformers_version": "4.
|
| 6 |
"use_cache": false
|
| 7 |
}
|
|
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 100289,
|
| 4 |
"eos_token_id": 100290,
|
| 5 |
+
"transformers_version": "4.38.2",
|
| 6 |
"use_cache": false
|
| 7 |
}
|