junnyu commited on
Commit
e2db733
1 Parent(s): eec1fbc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -56,4 +56,5 @@ for i, id in enumerate(tokenizer.encode(text)):
56
  pt_outputs_sentence += "".join(
57
  tokenizer.convert_ids_to_tokens([id], skip_special_tokens=True))+" "
58
  print(pt_outputs_sentence)
 
59
  ```
 
56
  pt_outputs_sentence += "".join(
57
  tokenizer.convert_ids_to_tokens([id], skip_special_tokens=True))+" "
58
  print(pt_outputs_sentence)
59
+ # pytorch: beijing is the capital of [china||beijing||taiwan||india||shanghai].
60
  ```