BAAI
/

shunxing1234 commited on
Commit
bbac200
1 Parent(s): 2c10640

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ model.to("cuda:0")
50
  vocab = tokenizer.vocab
51
  print(len(vocab))
52
 
53
- text = "请给出10个要到北京旅游的理由。"
54
 
55
  tokens = tokenizer.encode_plus(text)['input_ids'][:-1]
56
 
 
50
  vocab = tokenizer.vocab
51
  print(len(vocab))
52
 
53
+ text = "汽车EDR是什么"
54
 
55
  tokens = tokenizer.encode_plus(text)['input_ids'][:-1]
56