Delete config.json
Browse files- config.json +0 -19
config.json
DELETED
|
@@ -1,19 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"model_type": "cohelp",
|
| 3 |
-
"architectures": ["CohelpForCausalLM"],
|
| 4 |
-
"vocab_size": 32000,
|
| 5 |
-
"hidden_size": 768,
|
| 6 |
-
"num_hidden_layers": 12,
|
| 7 |
-
"num_attention_heads": 12,
|
| 8 |
-
"intermediate_size": 3072,
|
| 9 |
-
"hidden_act": "gelu",
|
| 10 |
-
"max_position_embeddings": 2048,
|
| 11 |
-
"initializer_range": 0.02,
|
| 12 |
-
"layer_norm_eps": 1e-12,
|
| 13 |
-
"pad_token_id": 0,
|
| 14 |
-
"bos_token_id": 1,
|
| 15 |
-
"eos_token_id": 2,
|
| 16 |
-
"tie_word_embeddings": false,
|
| 17 |
-
"torch_dtype": "float32",
|
| 18 |
-
"transformers_version": "4.36.0"
|
| 19 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|