kanurimt / data /split_statistics.json
IsahMBukar's picture
Upload data/split_statistics.json with huggingface_hub
55bd47d verified
{
"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
}
]
}