Commit
·
ca10136
1
Parent(s):
98a0c26
Update config.json
Browse files- config.json +12 -0
config.json
CHANGED
@@ -5,6 +5,18 @@
|
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
"classification_head": {
|
9 |
"num_labels": 9,
|
10 |
"pooling_method": "attention"
|
|
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
8 |
+
"label_mapper": {
|
9 |
+
"Main": 0,
|
10 |
+
"Main_Consequence": 1,
|
11 |
+
"Cause_General": 2,
|
12 |
+
"Cause_Specific": 3,
|
13 |
+
"Distant_Anecdotal": 4,
|
14 |
+
"Distant_Evaluation": 5,
|
15 |
+
"Distant_Expectations_Consequences": 6,
|
16 |
+
"Distant_Historical": 7,
|
17 |
+
"Error": 8,
|
18 |
+
"NA": 8
|
19 |
+
},
|
20 |
"classification_head": {
|
21 |
"num_labels": 9,
|
22 |
"pooling_method": "attention"
|