Upload config.json
Browse files- config.json +8 -0
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "gpt",
|
3 |
+
"vocab_size": 95,
|
4 |
+
"n_embd": 384,
|
5 |
+
"n_layer": 6,
|
6 |
+
"n_head": 6
|
7 |
+
}
|
8 |
+
|