Ensure only words are considered

This commit is contained in:
abdulhakeem 2025-01-25 23:08:41 -06:00
parent 8debeef913
commit 9d025b43fa
2 changed files with 3 additions and 2 deletions

View file

@ -81,7 +81,7 @@ Available dataset names (which can be used with `create_dataset()`):
- `NumberFilteringDataset`: Filter numbers based on comparison with threshold
- `NumberSortingDataset`: Sort lists of numbers in ascending or descending order
- `LetterJumbleDataset`: Unscramble words that have had their letters randomly jumbled
- `SentenceReorderingDataset`: Reorder sentence after words it in have been randomly shuffled
- `SentenceReorderingDataset`: Reorder sentence after words in it have been randomly shuffled
- `WordReversalDataset`: Reverse word order in text spans
#### Cognition Tasks