Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ articles = [
|
|
44 |
]
|
45 |
|
46 |
with torch.no_grad():
|
47 |
-
# tokenize the
|
48 |
encoded = tokenizer(
|
49 |
articles,
|
50 |
truncation=True,
|
|
|
44 |
]
|
45 |
|
46 |
with torch.no_grad():
|
47 |
+
# tokenize the articles
|
48 |
encoded = tokenizer(
|
49 |
articles,
|
50 |
truncation=True,
|