nexa-science-multitask-balanced / stats_balanced_short.json
Allanatrix's picture
Upload balanced multitask dataset + dataset card
161ca85 verified
{
"seed": 42,
"inputs": {
"train_file": "data/processed/science_multitask/mixed/train.jsonl",
"val_file": "data/processed/science_multitask/mixed/val.jsonl"
},
"config": {
"train": {
"verify": 12000,
"rerank": 12000,
"qa_per_label": 1000
},
"val": {
"verify": 1200,
"rerank": 1200,
"qa_per_label": 120
}
},
"train_stats": {
"count": 27000,
"task_distribution": {
"<TASK:VERIFY>": 12000,
"<TASK:RERANK>": 12000,
"<TASK:QA>": 3000
},
"label_distribution": {
"<TASK:VERIFY>": {
"NEI": 4000,
"SUPPORTS": 4000,
"REFUTES": 4000
},
"<TASK:RERANK>": {
"1": 3000,
"3": 3000,
"0": 3000,
"2": 3000
},
"<TASK:QA>": {
"maybe": 1000,
"no": 1000,
"yes": 1000
}
}
},
"val_stats": {
"count": 2760,
"task_distribution": {
"<TASK:VERIFY>": 1200,
"<TASK:RERANK>": 1200,
"<TASK:QA>": 360
},
"label_distribution": {
"<TASK:VERIFY>": {
"NEI": 400,
"REFUTES": 400,
"SUPPORTS": 400
},
"<TASK:RERANK>": {
"0": 300,
"3": 300,
"1": 300,
"2": 300
},
"<TASK:QA>": {
"yes": 120,
"no": 120,
"maybe": 120
}
}
}
}