Commit
·
60ee2aa
1
Parent(s):
a9ded59
Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ text=input()
|
|
61 |
|
62 |
encoded_dict = tokenizer.encode_plus(
|
63 |
text,
|
64 |
-
return_attention_mask = True, # Attention
|
65 |
return_tensors = 'pt', # Pytorch tensorsで返す
|
66 |
)
|
67 |
|
|
|
61 |
|
62 |
encoded_dict = tokenizer.encode_plus(
|
63 |
text,
|
64 |
+
return_attention_mask = True, # Attention masksの作成
|
65 |
return_tensors = 'pt', # Pytorch tensorsで返す
|
66 |
)
|
67 |
|