Upload config.json with huggingface_hub
Browse files- config.json +9 -0
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model": "gpt2",
|
3 |
+
"vocab_size": 50257,
|
4 |
+
"context_length": 1024,
|
5 |
+
"emb_dim": 768,
|
6 |
+
"n_layers": 12,
|
7 |
+
"n_heads": 12,
|
8 |
+
"num_classes": 2
|
9 |
+
}
|