Update text_model_cfg.json
Browse files- text_model_cfg.json +1 -1
text_model_cfg.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
],
|
7 |
"auto_map": {
|
8 |
"AutoConfig": "configuration_gpt2.GPT2Config",
|
9 |
-
"AutoModelForCausalLM": "modeling_gpt2.
|
10 |
},
|
11 |
"attn_pdrop": 0.1,
|
12 |
"bos_token_id": 50256,
|
|
|
6 |
],
|
7 |
"auto_map": {
|
8 |
"AutoConfig": "configuration_gpt2.GPT2Config",
|
9 |
+
"AutoModelForCausalLM": "modeling_gpt2.GPT2LMHeadModel"
|
10 |
},
|
11 |
"attn_pdrop": 0.1,
|
12 |
"bos_token_id": 50256,
|