halugate-sentinel / label_mapping.json
Xunzhuo's picture
Upload folder using huggingface_hub
c23a678 verified
raw
history blame contribute delete
172 Bytes
{
"label_to_idx": {
"NO_FACT_CHECK_NEEDED": 0,
"FACT_CHECK_NEEDED": 1
},
"idx_to_label": {
"0": "NO_FACT_CHECK_NEEDED",
"1": "FACT_CHECK_NEEDED"
}
}