shijie-wu commited on
Commit
6c3dee6
1 Parent(s): 364ae95

Fix eos_token_id

Browse files

`eos_token_id` should be the same as `bos_token_id`, as indicated by tokenizer_config.json.

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -4,7 +4,7 @@
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "bos_token_id": 0,
7
- "eos_token_id": 2,
8
  "hidden_act": "gelu_fast",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 6144,
 
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "bos_token_id": 0,
7
+ "eos_token_id": 0,
8
  "hidden_act": "gelu_fast",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 6144,