Update config.json
Browse files- config.json +10 -0
config.json
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": ["DeepSeekForCausalLM"],
|
| 3 |
+
"model_type": "gpt2",
|
| 4 |
+
"n_embd": 768,
|
| 5 |
+
"n_layer": 12,
|
| 6 |
+
"n_head": 12,
|
| 7 |
+
"bos_token_id": 50256,
|
| 8 |
+
"eos_token_id": 50256,
|
| 9 |
+
"pad_token_id": 50256
|
| 10 |
+
}
|