Tnt3o5 commited on
Commit
d1870cd
·
verified ·
1 Parent(s): 5c3e4a9

Upload onnx_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. onnx_config.json +39 -0
onnx_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "target_names": [
3
+ "reasoning",
4
+ "contextual_knowledge",
5
+ "domain_knowledge",
6
+ "constraints"
7
+ ],
8
+ "category_labels": [
9
+ "General",
10
+ "LongContext",
11
+ "NeutralPOV",
12
+ "Correctness",
13
+ "Refusal",
14
+ "MathLogic"
15
+ ],
16
+ "complexity_weights": {
17
+ "constraints": 0.2,
18
+ "contextual_knowledge": 0.2,
19
+ "domain_knowledge": 0.3,
20
+ "reasoning": 0.3
21
+ },
22
+ "max_length": 256,
23
+ "id2label": {
24
+ "0": "General",
25
+ "1": "LongContext",
26
+ "2": "NeutralPOV",
27
+ "3": "Correctness",
28
+ "4": "Refusal",
29
+ "5": "MathLogic"
30
+ },
31
+ "label2id": {
32
+ "General": 0,
33
+ "LongContext": 1,
34
+ "NeutralPOV": 2,
35
+ "Correctness": 3,
36
+ "Refusal": 4,
37
+ "MathLogic": 5
38
+ }
39
+ }