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