mwalmsley commited on
Commit
6e66a28
1 Parent(s): e1ed179

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: "data/*train*.tar"
8
+ - split: test
9
+ path: "data/*train*.tar"
10
+ - config_name: evo
11
+ data_files:
12
+ - split: train
13
+ path: "evo/*train*.tar"
14
+ - split: test
15
+ path: "evo/*train*.tar"
16
+
17
+ ---