AlHfac commited on
Commit
6b50c8b
·
verified ·
1 Parent(s): 5649c88

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 `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
 
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