Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -10,5 +10,6 @@
|
|
| 10 |
"num_encoder_layers": 4,
|
| 11 |
"torch_dtype": "float32",
|
| 12 |
"transformers_version": "4.51.3",
|
| 13 |
-
"vocab_size": 50258
|
|
|
|
| 14 |
}
|
|
|
|
| 10 |
"num_encoder_layers": 4,
|
| 11 |
"torch_dtype": "float32",
|
| 12 |
"transformers_version": "4.51.3",
|
| 13 |
+
"vocab_size": 50258,
|
| 14 |
+
"model_type": "gpt2"
|
| 15 |
}
|