Stuti Agarwal
commited on
Commit
·
0ea4272
1
Parent(s):
5e8391a
Update config.json
Browse files- config.json +53 -53
config.json
CHANGED
@@ -9,63 +9,63 @@
|
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
-
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
-
"3": "
|
17 |
-
"4": "
|
18 |
-
"5": "
|
19 |
-
"6": "
|
20 |
-
"7": "
|
21 |
-
"8": "
|
22 |
-
"9": "
|
23 |
-
"10": "
|
24 |
-
"11": "
|
25 |
-
"12": "
|
26 |
-
"13": "
|
27 |
-
"14": "
|
28 |
-
"15": "
|
29 |
-
"16": "
|
30 |
-
"17": "
|
31 |
-
"18": "
|
32 |
-
"19": "
|
33 |
-
"20": "
|
34 |
-
"21": "
|
35 |
-
"22": "
|
36 |
-
"23": "
|
37 |
-
"24": "
|
38 |
-
"25": "
|
39 |
},
|
40 |
"initializer_range": 0.02,
|
41 |
"intermediate_size": 3072,
|
42 |
"label2id": {
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"
|
52 |
-
"
|
53 |
-
"
|
54 |
-
"
|
55 |
-
"
|
56 |
-
"
|
57 |
-
"
|
58 |
-
"
|
59 |
-
"
|
60 |
-
"
|
61 |
-
"
|
62 |
-
"
|
63 |
-
"
|
64 |
-
"
|
65 |
-
"
|
66 |
-
"
|
67 |
-
"
|
68 |
-
"
|
69 |
},
|
70 |
"layer_norm_eps": 1e-12,
|
71 |
"max_position_embeddings": 512,
|
|
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "[PAD]",
|
14 |
+
"1": "boilerplate language",
|
15 |
+
"2": "Non Solicitation",
|
16 |
+
"3": "Warranties",
|
17 |
+
"4": "Dispute resolution clause",
|
18 |
+
"5": "intellectual property",
|
19 |
+
"6": "governing law and venue",
|
20 |
+
"7": "Severability",
|
21 |
+
"8": "Confidentiality",
|
22 |
+
"9": "appendices or exhibits",
|
23 |
+
"10": "amendment and modification",
|
24 |
+
"11": "delivery and shipping",
|
25 |
+
"12": "Data Protection",
|
26 |
+
"13": "Intellectual property",
|
27 |
+
"14": "Non compete",
|
28 |
+
"15": "Definitions",
|
29 |
+
"16": "recitals or preamble",
|
30 |
+
"17": "Indemnification and liability clause",
|
31 |
+
"18": "compliance with laws and regulations",
|
32 |
+
"19": "Force majuere",
|
33 |
+
"20": "Insurance",
|
34 |
+
"21": "entire agreement",
|
35 |
+
"22": "payment terms",
|
36 |
+
"23": "agreed-upon facts or figures",
|
37 |
+
"24": "Covenants",
|
38 |
+
"25": "Termination"
|
39 |
},
|
40 |
"initializer_range": 0.02,
|
41 |
"intermediate_size": 3072,
|
42 |
"label2id": {
|
43 |
+
"Confidentiality": 8,
|
44 |
+
"Covenants": 24,
|
45 |
+
"Data Protection": 12,
|
46 |
+
"Definitions": 15,
|
47 |
+
"Dispute resolution clause": 4,
|
48 |
+
"Force majuere": 19,
|
49 |
+
"Indemnification and liability clause": 17,
|
50 |
+
"Insurance": 20,
|
51 |
+
"Intellectual property": 13,
|
52 |
+
"Non Solicitation": 2,
|
53 |
+
"Non compete": 14,
|
54 |
+
"Severability": 7,
|
55 |
+
"Termination": 25,
|
56 |
+
"Warranties": 3,
|
57 |
+
"[PAD]": 0,
|
58 |
+
"agreed-upon facts or figures": 23,
|
59 |
+
"amendment and modification": 10,
|
60 |
+
"appendices or exhibits": 9,
|
61 |
+
"boilerplate language": 1,
|
62 |
+
"compliance with laws and regulations": 18,
|
63 |
+
"delivery and shipping": 11,
|
64 |
+
"entire agreement": 21,
|
65 |
+
"governing law and venue": 6,
|
66 |
+
"intellectual property": 5,
|
67 |
+
"payment terms": 22,
|
68 |
+
"recitals or preamble": 16
|
69 |
},
|
70 |
"layer_norm_eps": 1e-12,
|
71 |
"max_position_embeddings": 512,
|