File size: 474 Bytes
b7e9510 d6663be 37ebc78 d6663be 37ebc78 d6663be |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
size_categories:
- n<1K
---
# [doc] formats - tsv - 1
This dataset contains one tsv file at the root:
- [data.tsv](./data.tsv)
```csv
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):
```yaml
---
size_categories:
- n<1K
---
```
The delimiter is automatically set to `"\t"` (tabulation) because of the `.tsv` extension of the data file. |