Update README.md
Browse files
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
|