Remove `auto_map` so that the model is recognised as a transformers compatible model (#39)
Browse files- Remove `auto_map` so that the model is recognised as a transformers compatible model (952c298fb172a12c33252607e516aa7c42530a0e)
Co-authored-by: Vaibhav Srivastav <[email protected]>
- config.json +0 -1
config.json
CHANGED
@@ -5,7 +5,6 @@
|
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
-
"auto_map": {},
|
9 |
"bos_token_id": 100257,
|
10 |
"embd_pdrop": 0.0,
|
11 |
"eos_token_id": 100265,
|
|
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
|
|
8 |
"bos_token_id": 100257,
|
9 |
"embd_pdrop": 0.0,
|
10 |
"eos_token_id": 100265,
|