Update config.json
Browse files- config.json +10 -10
config.json
CHANGED
@@ -12,20 +12,20 @@
|
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 3072,
|
23 |
"label2id": {
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
},
|
30 |
"layer_norm_eps": 1e-05,
|
31 |
"max_position_embeddings": 514,
|
|
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
+
0: 'data-collection-usage',
|
16 |
+
1: 'data-security-protection',
|
17 |
+
2: 'Other',
|
18 |
+
3: 'data-sharing-disclosure',
|
19 |
+
4: 'data-storage-retention-deletion'
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 3072,
|
23 |
"label2id": {
|
24 |
+
'data-collection-usage': 0,
|
25 |
+
'data-security-protection': 1,
|
26 |
+
'Other': 2,
|
27 |
+
'data-sharing-disclosure': 3,
|
28 |
+
'data-storage-retention-deletion': 4}
|
29 |
},
|
30 |
"layer_norm_eps": 1e-05,
|
31 |
"max_position_embeddings": 514,
|