Stuti Agarwal commited on
Commit
3e23a1a
1 Parent(s): 0ea4272

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +54 -54
config.json CHANGED
@@ -9,63 +9,63 @@
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,
@@ -81,4 +81,4 @@
81
  "type_vocab_size": 2,
82
  "use_cache": true,
83
  "vocab_size": 30522
84
- }
 
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2",
16
+ "3": "LABEL_3",
17
+ "4": "LABEL_4",
18
+ "5": "LABEL_5",
19
+ "6": "LABEL_6",
20
+ "7": "LABEL_7",
21
+ "8": "LABEL_8",
22
+ "9": "LABEL_9",
23
+ "10": "LABEL_10",
24
+ "11": "LABEL_11",
25
+ "12": "LABEL_12",
26
+ "13": "LABEL_13",
27
+ "14": "LABEL_14",
28
+ "15": "LABEL_15",
29
+ "16": "LABEL_16",
30
+ "17": "LABEL_17",
31
+ "18": "LABEL_18",
32
+ "19": "LABEL_19",
33
+ "20": "LABEL_20",
34
+ "21": "LABEL_21",
35
+ "22": "LABEL_22",
36
+ "23": "LABEL_23",
37
+ "24": "LABEL_24",
38
+ "25": "LABEL_25"
39
  },
40
  "initializer_range": 0.02,
41
  "intermediate_size": 3072,
42
  "label2id": {
43
+ "LABEL_0": 0,
44
+ "LABEL_1": 1,
45
+ "LABEL_10": 10,
46
+ "LABEL_11": 11,
47
+ "LABEL_12": 12,
48
+ "LABEL_13": 13,
49
+ "LABEL_14": 14,
50
+ "LABEL_15": 15,
51
+ "LABEL_16": 16,
52
+ "LABEL_17": 17,
53
+ "LABEL_18": 18,
54
+ "LABEL_19": 19,
55
+ "LABEL_2": 2,
56
+ "LABEL_20": 20,
57
+ "LABEL_21": 21,
58
+ "LABEL_22": 22,
59
+ "LABEL_23": 23,
60
+ "LABEL_24": 24,
61
+ "LABEL_25": 25,
62
+ "LABEL_3": 3,
63
+ "LABEL_4": 4,
64
+ "LABEL_5": 5,
65
+ "LABEL_6": 6,
66
+ "LABEL_7": 7,
67
+ "LABEL_8": 8,
68
+ "LABEL_9": 9
69
  },
70
  "layer_norm_eps": 1e-12,
71
  "max_position_embeddings": 512,
 
81
  "type_vocab_size": 2,
82
  "use_cache": true,
83
  "vocab_size": 30522
84
+ }