sumitrsch commited on
Commit
8808acf
1 Parent(s): 4534d8e

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +164 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/naive238/nlp/Sumit/multiconer2/ce/model/muril_m2_fg_checkpoint_5e-06_64_10/best_e_9",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 1024,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "id2label": {
13
+ "0": "B-AerospaceManufacturer",
14
+ "1": "B-AnatomicalStructure",
15
+ "2": "B-ArtWork",
16
+ "3": "B-Artist",
17
+ "4": "B-Athlete",
18
+ "5": "B-CarManufacturer",
19
+ "6": "B-Cleric",
20
+ "7": "B-Clothing",
21
+ "8": "B-Disease",
22
+ "9": "B-Drink",
23
+ "10": "B-Facility",
24
+ "11": "B-Food",
25
+ "12": "B-HumanSettlement",
26
+ "13": "B-MedicalProcedure",
27
+ "14": "B-Medication/Vaccine",
28
+ "15": "B-MusicalGRP",
29
+ "16": "B-MusicalWork",
30
+ "17": "B-ORG",
31
+ "18": "B-OtherLOC",
32
+ "19": "B-OtherPER",
33
+ "20": "B-OtherPROD",
34
+ "21": "B-Politician",
35
+ "22": "B-PrivateCorp",
36
+ "23": "B-PublicCorp",
37
+ "24": "B-Scientist",
38
+ "25": "B-Software",
39
+ "26": "B-SportsGRP",
40
+ "27": "B-SportsManager",
41
+ "28": "B-Station",
42
+ "29": "B-Symptom",
43
+ "30": "B-Vehicle",
44
+ "31": "B-VisualWork",
45
+ "32": "B-WrittenWork",
46
+ "33": "I-AerospaceManufacturer",
47
+ "34": "I-AnatomicalStructure",
48
+ "35": "I-ArtWork",
49
+ "36": "I-Artist",
50
+ "37": "I-Athlete",
51
+ "38": "I-CarManufacturer",
52
+ "39": "I-Cleric",
53
+ "40": "I-Clothing",
54
+ "41": "I-Disease",
55
+ "42": "I-Drink",
56
+ "43": "I-Facility",
57
+ "44": "I-Food",
58
+ "45": "I-HumanSettlement",
59
+ "46": "I-MedicalProcedure",
60
+ "47": "I-Medication/Vaccine",
61
+ "48": "I-MusicalGRP",
62
+ "49": "I-MusicalWork",
63
+ "50": "I-ORG",
64
+ "51": "I-OtherLOC",
65
+ "52": "I-OtherPER",
66
+ "53": "I-OtherPROD",
67
+ "54": "I-Politician",
68
+ "55": "I-PrivateCorp",
69
+ "56": "I-PublicCorp",
70
+ "57": "I-Scientist",
71
+ "58": "I-Software",
72
+ "59": "I-SportsGRP",
73
+ "60": "I-SportsManager",
74
+ "61": "I-Station",
75
+ "62": "I-Symptom",
76
+ "63": "I-Vehicle",
77
+ "64": "I-VisualWork",
78
+ "65": "I-WrittenWork",
79
+ "66": "O"
80
+ },
81
+ "initializer_range": 0.02,
82
+ "intermediate_size": 4096,
83
+ "label2id": {
84
+ "B-AerospaceManufacturer": 0,
85
+ "B-AnatomicalStructure": 1,
86
+ "B-ArtWork": 2,
87
+ "B-Artist": 3,
88
+ "B-Athlete": 4,
89
+ "B-CarManufacturer": 5,
90
+ "B-Cleric": 6,
91
+ "B-Clothing": 7,
92
+ "B-Disease": 8,
93
+ "B-Drink": 9,
94
+ "B-Facility": 10,
95
+ "B-Food": 11,
96
+ "B-HumanSettlement": 12,
97
+ "B-MedicalProcedure": 13,
98
+ "B-Medication/Vaccine": 14,
99
+ "B-MusicalGRP": 15,
100
+ "B-MusicalWork": 16,
101
+ "B-ORG": 17,
102
+ "B-OtherLOC": 18,
103
+ "B-OtherPER": 19,
104
+ "B-OtherPROD": 20,
105
+ "B-Politician": 21,
106
+ "B-PrivateCorp": 22,
107
+ "B-PublicCorp": 23,
108
+ "B-Scientist": 24,
109
+ "B-Software": 25,
110
+ "B-SportsGRP": 26,
111
+ "B-SportsManager": 27,
112
+ "B-Station": 28,
113
+ "B-Symptom": 29,
114
+ "B-Vehicle": 30,
115
+ "B-VisualWork": 31,
116
+ "B-WrittenWork": 32,
117
+ "I-AerospaceManufacturer": 33,
118
+ "I-AnatomicalStructure": 34,
119
+ "I-ArtWork": 35,
120
+ "I-Artist": 36,
121
+ "I-Athlete": 37,
122
+ "I-CarManufacturer": 38,
123
+ "I-Cleric": 39,
124
+ "I-Clothing": 40,
125
+ "I-Disease": 41,
126
+ "I-Drink": 42,
127
+ "I-Facility": 43,
128
+ "I-Food": 44,
129
+ "I-HumanSettlement": 45,
130
+ "I-MedicalProcedure": 46,
131
+ "I-Medication/Vaccine": 47,
132
+ "I-MusicalGRP": 48,
133
+ "I-MusicalWork": 49,
134
+ "I-ORG": 50,
135
+ "I-OtherLOC": 51,
136
+ "I-OtherPER": 52,
137
+ "I-OtherPROD": 53,
138
+ "I-Politician": 54,
139
+ "I-PrivateCorp": 55,
140
+ "I-PublicCorp": 56,
141
+ "I-Scientist": 57,
142
+ "I-Software": 58,
143
+ "I-SportsGRP": 59,
144
+ "I-SportsManager": 60,
145
+ "I-Station": 61,
146
+ "I-Symptom": 62,
147
+ "I-Vehicle": 63,
148
+ "I-VisualWork": 64,
149
+ "I-WrittenWork": 65,
150
+ "O": 66
151
+ },
152
+ "layer_norm_eps": 1e-12,
153
+ "max_position_embeddings": 512,
154
+ "model_type": "bert",
155
+ "num_attention_heads": 16,
156
+ "num_hidden_layers": 24,
157
+ "pad_token_id": 0,
158
+ "position_embedding_type": "absolute",
159
+ "torch_dtype": "float32",
160
+ "transformers_version": "4.11.3",
161
+ "type_vocab_size": 2,
162
+ "use_cache": true,
163
+ "vocab_size": 197285
164
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5105c966888494adbb5ac230a59c200b998c485f46527eb04aebe70242e082e2
3
+ size 2019866033