pritoms commited on
Commit
0f73d96
1 Parent(s): a8ef7a0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -2,7 +2,8 @@
2
  "_name_or_path": "gpt2",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
- "GPT2LMHeadModel"
 
6
  ],
7
  "attn_pdrop": 0.1,
8
  "bos_token_id": 50256,
 
2
  "_name_or_path": "gpt2",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
+ "GPT2LMHeadModel",
6
+ "GPT2Tokenizer"
7
  ],
8
  "attn_pdrop": 0.1,
9
  "bos_token_id": 50256,