AlHfac commited on
Commit
5649c88
·
verified ·
1 Parent(s): 499fe4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -109,6 +109,9 @@ with open(f"./{model_name}-outputs.jsonl", 'w', encoding='utf-8') as f:
109
 
110
  ```
111
 
 
 
 
112
  # Model Training Information
113
 
114
  - **Developed by:** AlHfac
 
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
116
 
117
  - **Developed by:** AlHfac