hiroki-rad
commited on
Commit
•
bdf83d5
1
Parent(s):
78cfb5e
Upload BertForSequenceClassification
Browse files- config.json +6 -10
- model.safetensors +2 -2
config.json
CHANGED
@@ -14,24 +14,20 @@
|
|
14 |
"2": "Knowledge_Explanation",
|
15 |
"3": "Analytical_Reasoning",
|
16 |
"4": "Information_Extraction",
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
20 |
-
"8": "Role_Play_Response",
|
21 |
-
"9": "Opinion_Perspective"
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"intermediate_size": 3072,
|
25 |
"label2id": {
|
26 |
"Analytical_Reasoning": 3,
|
27 |
-
"Comparison_Similarity": 7,
|
28 |
"Creative_Generation": 1,
|
29 |
"Information_Extraction": 4,
|
30 |
"Knowledge_Explanation": 2,
|
31 |
-
"Opinion_Perspective":
|
32 |
-
"Role_Play_Response":
|
33 |
-
"
|
34 |
-
"Step_by_Step_Calculation": 6,
|
35 |
"Task_Solution": 0
|
36 |
},
|
37 |
"layer_norm_eps": 1e-12,
|
|
|
14 |
"2": "Knowledge_Explanation",
|
15 |
"3": "Analytical_Reasoning",
|
16 |
"4": "Information_Extraction",
|
17 |
+
"5": "Step_by_Step_Calculation",
|
18 |
+
"6": "Role_Play_Response",
|
19 |
+
"7": "Opinion_Perspective"
|
|
|
|
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 3072,
|
23 |
"label2id": {
|
24 |
"Analytical_Reasoning": 3,
|
|
|
25 |
"Creative_Generation": 1,
|
26 |
"Information_Extraction": 4,
|
27 |
"Knowledge_Explanation": 2,
|
28 |
+
"Opinion_Perspective": 7,
|
29 |
+
"Role_Play_Response": 6,
|
30 |
+
"Step_by_Step_Calculation": 5,
|
|
|
31 |
"Task_Solution": 0
|
32 |
},
|
33 |
"layer_norm_eps": 1e-12,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ddef18a4057c6e0c17bb4d9ae495349915ea7c27231b9a699a365d085ea209d
|
3 |
+
size 444876824
|