Create config.json
Browse files- config.json +8 -0
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"GPT2LMHeadModel"
|
4 |
+
],
|
5 |
+
"model_type": "gpt2",
|
6 |
+
"tokenizer_class": "GPT2Tokenizer",
|
7 |
+
"vocab_size": 50257
|
8 |
+
}
|