ncbi
/

qiaojin commited on
Commit
0f5dbc4
1 Parent(s): 4a492fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ articles = [
44
  ]
45
 
46
  with torch.no_grad():
47
- # tokenize the queries
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,