ibrahim1al
commited on
Upload config.json
Browse files- config.json +13 -0
config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "qwen2",
|
3 |
+
"hidden_size": 2048,
|
4 |
+
"num_attention_heads": 16,
|
5 |
+
"num_hidden_layers": 24,
|
6 |
+
"vocab_size": 50257,
|
7 |
+
"bos_token_id": 1,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"pad_token_id": 0,
|
10 |
+
"max_position_embeddings": 2048,
|
11 |
+
"use_cache": true,
|
12 |
+
"task_type": "CAUSAL_LM"
|
13 |
+
}
|