shunxing1234
commited on
Commit
•
bbac200
1
Parent(s):
2c10640
Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,7 @@ model.to("cuda:0")
|
|
50 |
vocab = tokenizer.vocab
|
51 |
print(len(vocab))
|
52 |
|
53 |
-
text = "
|
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 |
|