File size: 526 Bytes
877049d | 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 | {
"seed": 42,
"total_rows": 3414,
"ratios": {
"train": 0.7,
"val": 0.1,
"test": 0.2
},
"splits": {
"train": {
"rows": 2389,
"label_distribution": {
"non-clickbait": 1644,
"clickbait": 745
}
},
"val": {
"rows": 342,
"label_distribution": {
"non-clickbait": 235,
"clickbait": 107
}
},
"test": {
"rows": 683,
"label_distribution": {
"non-clickbait": 470,
"clickbait": 213
}
}
}
} |