Update README.md
Browse files
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 |
|