Narsil HF staff commited on
Commit
c71f5f8
1 Parent(s): 109ee0c

Adding model_type

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -1,3 +1,4 @@
1
  {
2
- "vocab_size": 256
 
3
  }
 
1
  {
2
+ "vocab_size": 256,
3
+ "model_type": "gpt2"
4
  }