Upload config.json with huggingface_hub
Browse files- config.json +10 -0
config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"gpt_config": {
|
3 |
+
"seq_length": 512,
|
4 |
+
"vocab_size": 8192,
|
5 |
+
"n_embed": 384,
|
6 |
+
"n_head": 6,
|
7 |
+
"n_layer": 6,
|
8 |
+
"dropout": 0.2
|
9 |
+
}
|
10 |
+
}
|