File size: 160 Bytes
5de8aaf | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"id2label": {
"0": "claim",
"1": "gibberish",
"2": "non_claim"
},
"label2id": {
"claim": 0,
"gibberish": 1,
"non_claim": 2
}
} |
5de8aaf | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"id2label": {
"0": "claim",
"1": "gibberish",
"2": "non_claim"
},
"label2id": {
"claim": 0,
"gibberish": 1,
"non_claim": 2
}
} |