patrickvonplaten
commited on
Commit
•
57bc06d
1
Parent(s):
a80dcef
Change BOS token from 0 to 2 as BOS token is equal to EOS for OPT. See: https://github.com/huggingface/transformers/issues/17431
Browse files- config.json +1 -1
config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"OPTModel"
|
6 |
],
|
7 |
"attention_dropout": 0.0,
|
8 |
-
"bos_token_id":
|
9 |
"d_model": 768,
|
10 |
"decoder_layernorm": true,
|
11 |
"decoder_start_token_id": 2,
|
|
|
5 |
"OPTModel"
|
6 |
],
|
7 |
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 2,
|
9 |
"d_model": 768,
|
10 |
"decoder_layernorm": true,
|
11 |
"decoder_start_token_id": 2,
|