johneze commited on
Commit
15d4def
·
verified ·
1 Parent(s): efbc07a

Upload data/split_verification.json

Browse files
Files changed (1) hide show
  1. data/split_verification.json +52 -0
data/split_verification.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "count": 280,
4
+ "difficulty": {
5
+ "easy": 185,
6
+ "medium": 58,
7
+ "hard": 37
8
+ },
9
+ "table": {
10
+ "production": 57,
11
+ "population": 56,
12
+ "commodity_prices": 55,
13
+ "mse_daily": 56,
14
+ "food_insecurity": 56
15
+ }
16
+ },
17
+ "dev": {
18
+ "count": 60,
19
+ "difficulty": {
20
+ "medium": 7,
21
+ "easy": 44,
22
+ "hard": 9
23
+ },
24
+ "table": {
25
+ "production": 13,
26
+ "population": 12,
27
+ "commodity_prices": 11,
28
+ "mse_daily": 12,
29
+ "food_insecurity": 12
30
+ }
31
+ },
32
+ "test": {
33
+ "count": 60,
34
+ "difficulty": {
35
+ "easy": 41,
36
+ "medium": 11,
37
+ "hard": 8
38
+ },
39
+ "table": {
40
+ "production": 10,
41
+ "population": 12,
42
+ "commodity_prices": 14,
43
+ "mse_daily": 12,
44
+ "food_insecurity": 12
45
+ }
46
+ },
47
+ "global": {
48
+ "total": 400,
49
+ "unique_ids": 400,
50
+ "duplicates": 0
51
+ }
52
+ }