ashabrawy commited on
Commit
47639e3
1 Parent(s): 8ea5c61

Upload 16 files

Browse files
AUS/test.csv ADDED
The diff for this file is too large to render. See raw diff
 
AUS/train.csv ADDED
The diff for this file is too large to render. See raw diff
 
AUS/validation.csv ADDED
The diff for this file is too large to render. See raw diff
 
COL/test.csv ADDED
The diff for this file is too large to render. See raw diff
 
COL/train.csv ADDED
The diff for this file is too large to render. See raw diff
 
COL/validation.csv ADDED
The diff for this file is too large to render. See raw diff
 
HON/test.csv ADDED
The diff for this file is too large to render. See raw diff
 
HON/train.csv ADDED
The diff for this file is too large to render. See raw diff
 
HON/validation.csv ADDED
The diff for this file is too large to render. See raw diff
 
NIG/test.csv ADDED
The diff for this file is too large to render. See raw diff
 
NIG/train.csv ADDED
The diff for this file is too large to render. See raw diff
 
NIG/validation.csv ADDED
The diff for this file is too large to render. See raw diff
 
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: aus
4
+ data_files:
5
+ - path: AUS/train.csv
6
+ split: train
7
+ - path: AUS/validation.csv
8
+ split: validation
9
+ - path: AUS/test.csv
10
+ split: test
11
+ - config_name: col
12
+ data_files:
13
+ - path: COL/train.csv
14
+ split: train
15
+ - path: COL/validation.csv
16
+ split: validation
17
+ - path: COL/test.csv
18
+ split: test
19
+ - config_name: hon
20
+ data_files:
21
+ - path: HON/train.csv
22
+ split: train
23
+ - path: HON/validation.csv
24
+ split: validation
25
+ - path: HON/test.csv
26
+ split: test
27
+ - config_name: nig
28
+ data_files:
29
+ - path: NIG/train.csv
30
+ split: train
31
+ - path: NIG/validation.csv
32
+ split: validation
33
+ - path: NIG/test.csv
34
+ split: test
35
+ - config_name: wel
36
+ data_files:
37
+ - path: WEL/train.csv
38
+ split: train
39
+ - path: WEL/validation.csv
40
+ split: validation
41
+ - path: WEL/test.csv
42
+ split: test
43
+ ---
WEL/test.csv ADDED
The diff for this file is too large to render. See raw diff
 
WEL/train.csv ADDED
The diff for this file is too large to render. See raw diff
 
WEL/validation.csv ADDED
The diff for this file is too large to render. See raw diff