scifact-chat-format / stats.json
ali5341's picture
Upload folder using huggingface_hub
926367a verified
raw
history blame contribute delete
626 Bytes
{
"train": {
"rows": 1261,
"label_counts": {
"SUPPORTS": 616,
"CONTRADICTS": 341,
"NOT ENOUGH INFORMATION": 304
}
},
"validation": {
"rows": 450,
"label_counts": {
"SUPPORTS": 216,
"CONTRADICTS": 122,
"NOT ENOUGH INFORMATION": 112
}
},
"paths": {
"train_jsonl": "/d/hpc/projects/FRI/DL/Scholar/prepared_datasets/scifact_unsloth/train.jsonl",
"validation_jsonl": "/d/hpc/projects/FRI/DL/Scholar/prepared_datasets/scifact_unsloth/validation.jsonl",
"stats_json": "/d/hpc/projects/FRI/DL/Scholar/prepared_datasets/scifact_unsloth/stats.json"
}
}