severo HF staff commited on
Commit
54ba5b6
1 Parent(s): 3788f6d

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +12 -0
  2. data.tsv +5 -0
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