NewsValidator-V2 / label_mapping.json
ArabicNewsAnalyzer's picture
Upload folder using huggingface_hub
5de8aaf verified
Raw
History Blame Contribute Delete
160 Bytes
{
"id2label": {
"0": "claim",
"1": "gibberish",
"2": "non_claim"
},
"label2id": {
"claim": 0,
"gibberish": 1,
"non_claim": 2
}
}