req-quality-setfit-2 / config_labels.json
Hulyyy's picture
Add config_labels.json with label mappings
f9cc452 verified
raw
history blame contribute delete
428 Bytes
{
"id2label": {
"0": "Subjective",
"1": "Ambiguous",
"2": "Nonverifiable",
"3": "Negative",
"4": "Vague"
},
"label2id": {
"Subjective": 0,
"Ambiguous": 1,
"Nonverifiable": 2,
"Negative": 3,
"Vague": 4
},
"label_order": [
"Subjective",
"Ambiguous",
"Nonverifiable",
"Negative",
"Vague"
],
"thresholds_path": "label_thresholds.npy"
}