Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
-
"model_type": "
|
6 |
-
"tokenizer_class": "
|
7 |
}
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"GPT2LMHeadModel"
|
4 |
],
|
5 |
+
"model_type": "gpt2",
|
6 |
+
"tokenizer_class": "GPT2Tokenizer"
|
7 |
}
|