Upload config.json with huggingface_hub
Browse files- config.json +44 -1
config.json
CHANGED
|
@@ -1 +1,44 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"ArcticForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"auto_map": {
|
| 6 |
+
"AutoConfig": "configuration_arctic.ArcticConfig",
|
| 7 |
+
"AutoModel": "modeling_arctic.ArcticModel",
|
| 8 |
+
"AutoModelForCausalLM": "modeling_arctic.ArcticForCausalLM",
|
| 9 |
+
"AutoModelForSequenceClassification": "modeling_arctic.ArcticForSequenceClassification"
|
| 10 |
+
},
|
| 11 |
+
"attention_dropout": 0,
|
| 12 |
+
"bos_token_id": 31998,
|
| 13 |
+
"enable_expert_tensor_parallelism": false,
|
| 14 |
+
"eos_token_id": 31999,
|
| 15 |
+
"hidden_act": "silu",
|
| 16 |
+
"hidden_size": 7168,
|
| 17 |
+
"initializer_range": 0.02,
|
| 18 |
+
"intermediate_size": 4864,
|
| 19 |
+
"max_position_embeddings": 4096,
|
| 20 |
+
"max_sequence_length": 4096,
|
| 21 |
+
"model_type": "arctic",
|
| 22 |
+
"moe_eval_capacity_factor": 1,
|
| 23 |
+
"moe_layer_frequency": 1,
|
| 24 |
+
"moe_min_capacity": 0,
|
| 25 |
+
"moe_token_dropping": false,
|
| 26 |
+
"moe_train_capacity_factor": 1,
|
| 27 |
+
"num_attention_heads": 56,
|
| 28 |
+
"num_experts_per_tok": 2,
|
| 29 |
+
"num_hidden_layers": 35,
|
| 30 |
+
"num_key_value_heads": 8,
|
| 31 |
+
"num_local_experts": 128,
|
| 32 |
+
"parallel_attn_mlp_res": true,
|
| 33 |
+
"quantization": null,
|
| 34 |
+
"rms_norm_eps": 1e-05,
|
| 35 |
+
"rope_theta": 10000,
|
| 36 |
+
"router_aux_loss_coef": 0.001,
|
| 37 |
+
"sliding_window": null,
|
| 38 |
+
"tie_word_embeddings": false,
|
| 39 |
+
"torch_dtype": "bfloat16",
|
| 40 |
+
"transformers_version": "4.40.0.dev0",
|
| 41 |
+
"use_cache": true,
|
| 42 |
+
"use_residual": true,
|
| 43 |
+
"vocab_size": 32000
|
| 44 |
+
}
|