English
pszemraj commited on
Commit
a1f7963
1 Parent(s): 85386aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ test_string = "When dealing with Varroa destructor mites, it's crucial to admini
21
 
22
  output = tokenizer(test_string)
23
  print(f"Test string: {test_string}")
24
- print(f"Tokens:\n\t{output.input_ids}")
25
  ```
26
 
27
 
 
21
 
22
  output = tokenizer(test_string)
23
  print(f"Test string: {test_string}")
24
+ print(f"Tokens ({len(output.input_ids)}):\n\t{output.input_ids}")
25
  ```
26
 
27