Datasets:

Formats:
arrow
ArXiv:
Libraries:
Datasets
License:
gorold commited on
Commit
0e23de8
·
verified ·
1 Parent(s): 897e26b

test configs

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
  license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: "*/*.arrow"
8
+ - config_name: sceaux
9
+ data_files:
10
+ - split: train
11
+ path: "sceaux/*.arrow"
12
+ - config_name: spain
13
+ data_files:
14
+ - split: train
15
+ path: "spain/*.arrow"
16
+ ---