File size: 717 Bytes
ba7ea3c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | {
"category_labels": [
"General",
"LongContext",
"NeutralPOV",
"Correctness",
"Refusal",
"MathLogic"
],
"complexity_weights": {
"constraints": 0.2,
"contextual_knowledge": 0.2,
"domain_knowledge": 0.3,
"reasoning": 0.3
},
"hidden_size": 768,
"id2label": {
"0": "General",
"1": "LongContext",
"2": "NeutralPOV",
"3": "Correctness",
"4": "Refusal",
"5": "MathLogic"
},
"label2id": {
"Correctness": 3,
"General": 0,
"LongContext": 1,
"MathLogic": 5,
"NeutralPOV": 2,
"Refusal": 4
},
"num_labels": 6,
"target_names": [
"reasoning",
"contextual_knowledge",
"domain_knowledge",
"constraints"
]
} |