Tihsrah-CD
commited on
Commit
•
4704483
1
Parent(s):
7f3c50f
Update config.json
Browse files- config.json +46 -46
config.json
CHANGED
@@ -9,54 +9,54 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
"initializer_range": 0.02,
|
36 |
"label2id": {
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
"max_position_embeddings": 512,
|
61 |
"model_type": "distilbert",
|
62 |
"n_heads": 12,
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "Board meeting",
|
13 |
+
"1": "Consulting Agreement",
|
14 |
+
"2": "Customer List",
|
15 |
+
"3": "Distribution/Partner Agreement",
|
16 |
+
"4": "Enterprise License Agreement",
|
17 |
+
"5": "Executive Severance Agreement",
|
18 |
+
"6": "Financial Report",
|
19 |
+
"7": "HARMFUL_ADVICE",
|
20 |
+
"8": "Internal Use Only",
|
21 |
+
"9": "Loan and security Agreement",
|
22 |
+
"10": "MEDICAL_ADVICE",
|
23 |
+
"11": "Merger Agreement",
|
24 |
+
"12": "NDA",
|
25 |
+
"13": "NORMAL_TEXT",
|
26 |
+
"14": "Patent Application Fillings",
|
27 |
+
"15": "Price list",
|
28 |
+
"16": "Secret Sauce",
|
29 |
+
"17": "Security Breach",
|
30 |
+
"18": "Settlement Agreement",
|
31 |
+
"19": "Sexual Harrassment",
|
32 |
+
"20": "employee agreement",
|
33 |
+
"21": "enterprise agreement"
|
34 |
+
},
|
35 |
"initializer_range": 0.02,
|
36 |
"label2id": {
|
37 |
+
"Board meeting": 0,
|
38 |
+
"Consulting Agreement": 1,
|
39 |
+
"Customer List": 2,
|
40 |
+
"Distribution/Partner Agreement": 3,
|
41 |
+
"Enterprise License Agreement": 4,
|
42 |
+
"Executive Severance Agreement": 5,
|
43 |
+
"Financial Report": 6,
|
44 |
+
"HARMFUL_ADVICE": 7,
|
45 |
+
"Internal Use Only": 8,
|
46 |
+
"Loan and security Agreement": 9,
|
47 |
+
"MEDICAL_ADVICE": 10,
|
48 |
+
"Merger Agreement": 11,
|
49 |
+
"NDA": 12,
|
50 |
+
"NORMAL_TEXT": 13,
|
51 |
+
"Patent Application Fillings": 14,
|
52 |
+
"Price list": 15,
|
53 |
+
"Secret Sauce": 16,
|
54 |
+
"Security Breach": 17,
|
55 |
+
"Settlement Agreement": 18,
|
56 |
+
"Sexual Harrassment": 19,
|
57 |
+
"employee agreement": 20,
|
58 |
+
"enterprise agreement": 21
|
59 |
+
},
|
60 |
"max_position_embeddings": 512,
|
61 |
"model_type": "distilbert",
|
62 |
"n_heads": 12,
|