metadata
size_categories:
- n<1K
[doc] formats - tsv - 1
This dataset contains one tsv file at the root:
kind sound
dog woof
cat meow
pokemon pika
human hello
The YAML section of the README does not contain anything related to loading the data (only the size category metadata):
---
size_categories:
- n<1K
---
The delimiter is automatically set to "\t"
(tabulation) because of the .tsv
extension of the data file.