severo HF staff commited on
Commit
938a057
1 Parent(s): 85a4b17

Upload 4 files

Browse files
Files changed (4) hide show
  1. README.md +17 -0
  2. data/abc.csv +2 -0
  3. data/edf.csv +4 -0
  4. holdout/ghi.csv +5 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path:
7
+ - "data/abc.csv"
8
+ - "data/def.csv"
9
+ - split: test
10
+ path: "holdout/ghi.csv"
11
+ size_categories:
12
+ - n<1K
13
+ ---
14
+
15
+ # [doc] manual configuration 2
16
+
17
+ This dataset contains two csv files in the data/ directory and one csv file in the holdout/ directory, and a YAML field `configs` that specifies the data files and splits.
data/abc.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ kind,sound
2
+ dog,woof
data/edf.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ kind,sound
2
+ cat,meow
3
+ pokemon,pika
4
+ human,hello
holdout/ghi.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ kind,sound
2
+ dog,woof woof
3
+ cat,purrrr
4
+ pokemon,pika pika
5
+ horse,neigh