Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Sub-tasks:
fact-checking
Languages:
English
Size:
1K - 10K
License:
File size: 626 Bytes
926367a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"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"
}
} |