Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -33,5 +33,6 @@
|
|
33 |
"pad_token_id": 50257,
|
34 |
"pretrained_model": "microsoft/DialoGPT-small",
|
35 |
"torch_dtype": "float32",
|
36 |
-
"transformers_version": "4.29.2"
|
|
|
37 |
}
|
|
|
33 |
"pad_token_id": 50257,
|
34 |
"pretrained_model": "microsoft/DialoGPT-small",
|
35 |
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.29.2",
|
37 |
+
"model_type": "gpt2",
|
38 |
}
|