maneln commited on
Commit
cdd88fa
verified
1 Parent(s): 16638bb

Update config (2).json

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