File size: 1,563 Bytes
55bd47d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | {
"corpus": "KanuriMT",
"total_pairs": 7513,
"random_seed": 42,
"ratios": {
"train": 0.8,
"val": 0.1,
"test": 0.1
},
"sizes": {
"train": 6010,
"val": 751,
"test": 752
},
"splits": [
{
"name": "train",
"size": 6010,
"polarity": {
"negative": 1183,
"neutral": 3956,
"positive": 871
},
"domain": {
"social": 1575,
"science": 703,
"government": 304,
"education": 214,
"general": 1436,
"medical": 1091,
"news": 510,
"legal": 177
},
"questions": 410,
"statements": 5600
},
{
"name": "val",
"size": 751,
"polarity": {
"negative": 166,
"neutral": 480,
"positive": 105
},
"domain": {
"news": 63,
"social": 210,
"general": 174,
"science": 78,
"medical": 144,
"government": 38,
"legal": 24,
"education": 20
},
"questions": 46,
"statements": 705
},
{
"name": "test",
"size": 752,
"polarity": {
"negative": 129,
"positive": 119,
"neutral": 504
},
"domain": {
"education": 28,
"social": 208,
"general": 171,
"news": 57,
"government": 51,
"medical": 131,
"science": 88,
"legal": 18
},
"questions": 57,
"statements": 695
}
]
} |