Update README.md
Browse files
README.md
CHANGED
@@ -109,7 +109,7 @@ with open(f"./{model_name}-outputs.jsonl", 'w', encoding='utf-8') as f:
|
|
109 |
|
110 |
```
|
111 |
|
112 |
-
`The attention mask and the pad token id were not set. As a consequence, you may observe unexpected behavior. Please pass your input's
|
113 |
ようなlogを無視してもOK
|
114 |
|
115 |
# Model Training Information
|
|
|
109 |
|
110 |
```
|
111 |
|
112 |
+
`The attention mask and the pad token id were not set. As a consequence, you may observe unexpected behavior. Please pass your input's attention_mask to obtain reliable results. Setting pad_token_id to eos_token_id:2 for open-end generation.`
|
113 |
ようなlogを無視してもOK
|
114 |
|
115 |
# Model Training Information
|