Upload config.json with huggingface_hub
Browse files- config.json +13 -0
config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"GPT"
|
4 |
+
],
|
5 |
+
"model_type": "gpt",
|
6 |
+
"vocab_size": 65,
|
7 |
+
"n_layer": 12,
|
8 |
+
"n_head": 16,
|
9 |
+
"n_embd": 1024,
|
10 |
+
"block_size": 256,
|
11 |
+
"dropout": 0.1,
|
12 |
+
"bias": false
|
13 |
+
}
|