Upload config.json with huggingface_hub
Browse files- config.json +30 -0
config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/home/ahmet_cohere_com/HF_Final_weight_tie",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"CohereForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"bos_token_id": 5,
|
| 9 |
+
"eos_token_id": 255001,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 8192,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 22528,
|
| 14 |
+
"layer_norm_eps": 1e-05,
|
| 15 |
+
"logit_scale": 0.0625,
|
| 16 |
+
"max_position_embeddings": 8192,
|
| 17 |
+
"model_max_length": 131072,
|
| 18 |
+
"model_type": "cohere",
|
| 19 |
+
"num_attention_heads": 64,
|
| 20 |
+
"num_hidden_layers": 40,
|
| 21 |
+
"num_key_value_heads": 64,
|
| 22 |
+
"pad_token_id": 0,
|
| 23 |
+
"pretraining_tp": 1,
|
| 24 |
+
"rope_theta": 8000000.0,
|
| 25 |
+
"torch_dtype": "float16",
|
| 26 |
+
"transformers_version": "4.38.2",
|
| 27 |
+
"use_cache": true,
|
| 28 |
+
"vocab_size": 256000,
|
| 29 |
+
"tie_word_embeddings": true
|
| 30 |
+
}
|