Pavloria commited on
Commit
2710a16
·
verified ·
1 Parent(s): 95cb943

Update config.json

Browse files

Added model_type for AutoModel compatibility

Files changed (1) hide show
  1. config.json +4 -1
config.json CHANGED
@@ -1 +1,4 @@
1
- {"architectures": ["MiniDecoderModel"]}
 
 
 
 
1
+ {
2
+ "architectures": ["MiniDecoderModel"],
3
+ "model_type": "gpt2"
4
+ }