Eric Ford commited on
Update config.json
Browse files- config.json +7 -19
config.json
CHANGED
|
@@ -1,23 +1,11 @@
|
|
| 1 |
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
"model_type": "stablelm",
|
| 6 |
-
"vocab_size": 100352,
|
| 7 |
-
"intermediate_size": 13824,
|
| 8 |
"hidden_size": 5120,
|
| 9 |
"num_hidden_layers": 40,
|
| 10 |
-
"
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
"rope_theta": 10000.0,
|
| 15 |
-
"layer_norm_eps": 1e-05,
|
| 16 |
-
"initializer_range": 0.02,
|
| 17 |
-
"use_cache": true,
|
| 18 |
-
"bos_token_id": 100257,
|
| 19 |
-
"eos_token_id": 100257,
|
| 20 |
-
"tie_word_embeddings": false,
|
| 21 |
-
"torch_dtype": "bfloat16",
|
| 22 |
-
"transformers_version": "4.40.0"
|
| 23 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"architectures": ["ZAI2"],
|
| 3 |
+
"model_type": "flagship",
|
| 4 |
+
"vocab_size": 50257,
|
|
|
|
|
|
|
|
|
|
| 5 |
"hidden_size": 5120,
|
| 6 |
"num_hidden_layers": 40,
|
| 7 |
+
"auto_map": {
|
| 8 |
+
"AutoConfig": "configuration_hyperion.HyperionConfig",
|
| 9 |
+
"AutoModelForCausalLM": "modeling_hyperion.ZAI2Hyperion12B"
|
| 10 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
}
|