arjunth2001
commited on
Commit
•
74acbe2
1
Parent(s):
588fff5
add model
Browse files- config.json +21 -21
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
@@ -10,30 +10,30 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
-
"3": "
|
17 |
-
"4": "
|
18 |
-
"5": "
|
19 |
-
"6": "
|
20 |
-
"7": "
|
21 |
-
"8": "
|
22 |
-
"9": "
|
23 |
},
|
24 |
"initializer_range": 0.02,
|
25 |
"intermediate_size": 3072,
|
26 |
"label2id": {
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
},
|
38 |
"layer_norm_eps": 1e-12,
|
39 |
"max_position_embeddings": 512,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "arjunth2001/priv_ftc",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "First Party Collection/Use",
|
14 |
+
"1": "Third Party Sharing/Collection",
|
15 |
+
"2": "Other",
|
16 |
+
"3": "International and Specific Audiences",
|
17 |
+
"4": "Data Security",
|
18 |
+
"5": "User Choice/Control",
|
19 |
+
"6": "User Access, Edit and Deletion",
|
20 |
+
"7": "Data Retention",
|
21 |
+
"8": "Policy Change",
|
22 |
+
"9": "Do Not Track"
|
23 |
},
|
24 |
"initializer_range": 0.02,
|
25 |
"intermediate_size": 3072,
|
26 |
"label2id": {
|
27 |
+
"Data Retention": 7,
|
28 |
+
"Data Security": 4,
|
29 |
+
"Do Not Track": 9,
|
30 |
+
"First Party Collection/Use": 0,
|
31 |
+
"International and Specific Audiences": 3,
|
32 |
+
"Other": 2,
|
33 |
+
"Policy Change": 8,
|
34 |
+
"Third Party Sharing/Collection": 1,
|
35 |
+
"User Access, Edit and Deletion": 6,
|
36 |
+
"User Choice/Control": 5
|
37 |
},
|
38 |
"layer_norm_eps": 1e-12,
|
39 |
"max_position_embeddings": 512,
|