doc-formats-tsv-1 / README.md
severo's picture
severo HF staff
Update README.md
b7e9510
|
raw
history blame
474 Bytes
---
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.