Mizuiro-sakura commited on
Commit
60ee2aa
·
1 Parent(s): a9ded59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ text=input()
61
 
62
  encoded_dict = tokenizer.encode_plus(
63
  text,
64
- return_attention_mask = True, # Attention maksの作成
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