fixed small typo

This commit is contained in:
Sunny
2024-08-16 10:57:42 -04:00
parent 68a3c7678a
commit c144a1ae65

View File

@@ -205,7 +205,7 @@ ds = load_from_disk(f'last_run_prepared/{directory[0]}/')
hi there!. goodbye farewell</s>
```
We can check that the right tokens are ingored by comparing the labels
We can check that the right tokens are ignored by comparing the labels
to each token:
```python