Update README.md
Browse files
README.md
CHANGED
@@ -69,7 +69,7 @@ output = tokenizer.batch_decode(text_ids, skip_special_tokens=True, clean_up_tok
|
|
69 |
print(output)
|
70 |
# sample output: 明日は大雨です。電車は止まる可能性があります。ですから、自宅から働きます。
|
71 |
```
|
72 |
-
## Mask
|
73 |
```python
|
74 |
import torch
|
75 |
from transformers import AutoTokenizer, BartForConditionalGeneration
|
|
|
69 |
print(output)
|
70 |
# sample output: 明日は大雨です。電車は止まる可能性があります。ですから、自宅から働きます。
|
71 |
```
|
72 |
+
## Mask filling
|
73 |
```python
|
74 |
import torch
|
75 |
from transformers import AutoTokenizer, BartForConditionalGeneration
|