Upload 2 files
Browse files
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files: "*.tsv"
|
| 5 |
+
sep: "\t"
|
| 6 |
+
size_categories:
|
| 7 |
+
- n<1K
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# [doc] format - tsv - 2
|
| 11 |
+
|
| 12 |
+
This dataset contains one csv file at the root. We define the separator as `\t` (tabulation) in the YAML config.
|
data.tsv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
kind sound
|
| 2 |
+
dog woof
|
| 3 |
+
cat meow
|
| 4 |
+
pokemon pika
|
| 5 |
+
human hello
|