severo HF staff commited on
Commit
58de03b
1 Parent(s): 85d6952

Upload 2 files

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