"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "793dcd236b289baa7d2820d851cd3554af6a3f26"
Commit 6a82f774 authored by Patrick von Platen's avatar Patrick von Platen
Browse files

fix typo

parent f1c71da1
......@@ -82,7 +82,7 @@ class ModelTester:
dropout=self.hidden_dropout_prob,
attention_dropout=self.attention_probs_dropout_prob,
max_position_embeddings=self.max_position_embeddings,
eos_token_ids=[self.eos_token_id],
eos_token_ids=[2],
bos_token_id=self.bos_token_id,
pad_token_id=self.pad_token_id,
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment