qasper-chat-format / stats.json
ali5341's picture
Upload folder using huggingface_hub
a5381d1 verified
raw
history blame contribute delete
901 Bytes
{
"seed": 42,
"evidence_context_ratio": 0.5,
"fulltext_max_chars": null,
"train": {
"rows": 2593,
"context_mode_counts": {
"evidence": 1296,
"full_text": 1297
},
"answer_type_counts": {
"free_form": 615,
"extractive": 1311,
"yes_no": 396,
"unanswerable": 271
}
},
"validation": {
"rows": 1005,
"context_mode_counts": {
"evidence": 502,
"full_text": 503
},
"answer_type_counts": {
"free_form": 355,
"extractive": 463,
"yes_no": 127,
"unanswerable": 60
}
},
"paths": {
"train_jsonl": "/d/hpc/projects/FRI/DL/Scholar/prepared_datasets/qasper_unsloth/train.jsonl",
"validation_jsonl": "/d/hpc/projects/FRI/DL/Scholar/prepared_datasets/qasper_unsloth/validation.jsonl",
"stats_json": "/d/hpc/projects/FRI/DL/Scholar/prepared_datasets/qasper_unsloth/stats.json"
}
}