supreethrao commited on
Commit
5675cd3
1 Parent(s): 456cb8d

Training in progress, step 500

Browse files
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "<end>": 50266,
3
+ "<start>": 50265
4
+ }
config.json ADDED
@@ -0,0 +1,249 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SpanMarkerModel"
4
+ ],
5
+ "encoder": {
6
+ "_name_or_path": "numind/generic-entity_recognition_NER-v1",
7
+ "add_cross_attention": false,
8
+ "architectures": [
9
+ "RobertaModel"
10
+ ],
11
+ "attention_probs_dropout_prob": 0.1,
12
+ "bad_words_ids": null,
13
+ "begin_suppress_tokens": null,
14
+ "bos_token_id": 0,
15
+ "chunk_size_feed_forward": 0,
16
+ "classifier_dropout": null,
17
+ "cross_attention_hidden_size": null,
18
+ "decoder_start_token_id": null,
19
+ "diversity_penalty": 0.0,
20
+ "do_sample": false,
21
+ "early_stopping": false,
22
+ "encoder_no_repeat_ngram_size": 0,
23
+ "eos_token_id": 2,
24
+ "exponential_decay_length_penalty": null,
25
+ "finetuning_task": null,
26
+ "forced_bos_token_id": null,
27
+ "forced_eos_token_id": null,
28
+ "hidden_act": "gelu",
29
+ "hidden_dropout_prob": 0.1,
30
+ "hidden_size": 768,
31
+ "id2label": {
32
+ "0": "O",
33
+ "1": "B-PERSON",
34
+ "2": "I-PERSON",
35
+ "3": "B-NORP",
36
+ "4": "I-NORP",
37
+ "5": "B-FAC",
38
+ "6": "I-FAC",
39
+ "7": "B-ORG",
40
+ "8": "I-ORG",
41
+ "9": "B-GPE",
42
+ "10": "I-GPE",
43
+ "11": "B-LOC",
44
+ "12": "I-LOC",
45
+ "13": "B-PRODUCT",
46
+ "14": "I-PRODUCT",
47
+ "15": "B-DATE",
48
+ "16": "I-DATE",
49
+ "17": "B-TIME",
50
+ "18": "I-TIME",
51
+ "19": "B-PERCENT",
52
+ "20": "I-PERCENT",
53
+ "21": "B-MONEY",
54
+ "22": "I-MONEY",
55
+ "23": "B-QUANTITY",
56
+ "24": "I-QUANTITY",
57
+ "25": "B-ORDINAL",
58
+ "26": "I-ORDINAL",
59
+ "27": "B-CARDINAL",
60
+ "28": "I-CARDINAL",
61
+ "29": "B-EVENT",
62
+ "30": "I-EVENT",
63
+ "31": "B-WORK_OF_ART",
64
+ "32": "I-WORK_OF_ART",
65
+ "33": "B-LAW",
66
+ "34": "I-LAW",
67
+ "35": "B-LANGUAGE",
68
+ "36": "I-LANGUAGE"
69
+ },
70
+ "initializer_range": 0.02,
71
+ "intermediate_size": 3072,
72
+ "is_decoder": false,
73
+ "is_encoder_decoder": false,
74
+ "label2id": {
75
+ "B-CARDINAL": 27,
76
+ "B-DATE": 15,
77
+ "B-EVENT": 29,
78
+ "B-FAC": 5,
79
+ "B-GPE": 9,
80
+ "B-LANGUAGE": 35,
81
+ "B-LAW": 33,
82
+ "B-LOC": 11,
83
+ "B-MONEY": 21,
84
+ "B-NORP": 3,
85
+ "B-ORDINAL": 25,
86
+ "B-ORG": 7,
87
+ "B-PERCENT": 19,
88
+ "B-PERSON": 1,
89
+ "B-PRODUCT": 13,
90
+ "B-QUANTITY": 23,
91
+ "B-TIME": 17,
92
+ "B-WORK_OF_ART": 31,
93
+ "I-CARDINAL": 28,
94
+ "I-DATE": 16,
95
+ "I-EVENT": 30,
96
+ "I-FAC": 6,
97
+ "I-GPE": 10,
98
+ "I-LANGUAGE": 36,
99
+ "I-LAW": 34,
100
+ "I-LOC": 12,
101
+ "I-MONEY": 22,
102
+ "I-NORP": 4,
103
+ "I-ORDINAL": 26,
104
+ "I-ORG": 8,
105
+ "I-PERCENT": 20,
106
+ "I-PERSON": 2,
107
+ "I-PRODUCT": 14,
108
+ "I-QUANTITY": 24,
109
+ "I-TIME": 18,
110
+ "I-WORK_OF_ART": 32,
111
+ "O": 0
112
+ },
113
+ "layer_norm_eps": 1e-05,
114
+ "length_penalty": 1.0,
115
+ "max_length": 20,
116
+ "max_position_embeddings": 514,
117
+ "min_length": 0,
118
+ "model_type": "roberta",
119
+ "no_repeat_ngram_size": 0,
120
+ "num_attention_heads": 12,
121
+ "num_beam_groups": 1,
122
+ "num_beams": 1,
123
+ "num_hidden_layers": 12,
124
+ "num_return_sequences": 1,
125
+ "output_attentions": false,
126
+ "output_hidden_states": false,
127
+ "output_scores": false,
128
+ "pad_token_id": 1,
129
+ "position_embedding_type": "absolute",
130
+ "prefix": null,
131
+ "problem_type": null,
132
+ "pruned_heads": {},
133
+ "remove_invalid_values": false,
134
+ "repetition_penalty": 1.0,
135
+ "return_dict": true,
136
+ "return_dict_in_generate": false,
137
+ "sep_token_id": null,
138
+ "suppress_tokens": null,
139
+ "task_specific_params": null,
140
+ "temperature": 1.0,
141
+ "tf_legacy_loss": false,
142
+ "tie_encoder_decoder": false,
143
+ "tie_word_embeddings": true,
144
+ "tokenizer_class": null,
145
+ "top_k": 50,
146
+ "top_p": 1.0,
147
+ "torch_dtype": "float32",
148
+ "torchscript": false,
149
+ "transformers_version": "4.35.2",
150
+ "type_vocab_size": 1,
151
+ "typical_p": 1.0,
152
+ "use_bfloat16": false,
153
+ "use_cache": true,
154
+ "vocab_size": 50272
155
+ },
156
+ "entity_max_length": 8,
157
+ "id2label": {
158
+ "0": "O",
159
+ "1": "CARDINAL",
160
+ "2": "DATE",
161
+ "3": "EVENT",
162
+ "4": "FAC",
163
+ "5": "GPE",
164
+ "6": "LANGUAGE",
165
+ "7": "LAW",
166
+ "8": "LOC",
167
+ "9": "MONEY",
168
+ "10": "NORP",
169
+ "11": "ORDINAL",
170
+ "12": "ORG",
171
+ "13": "PERCENT",
172
+ "14": "PERSON",
173
+ "15": "PRODUCT",
174
+ "16": "QUANTITY",
175
+ "17": "TIME",
176
+ "18": "WORK_OF_ART"
177
+ },
178
+ "id2reduced_id": {
179
+ "0": 0,
180
+ "1": 14,
181
+ "2": 14,
182
+ "3": 10,
183
+ "4": 10,
184
+ "5": 4,
185
+ "6": 4,
186
+ "7": 12,
187
+ "8": 12,
188
+ "9": 5,
189
+ "10": 5,
190
+ "11": 8,
191
+ "12": 8,
192
+ "13": 15,
193
+ "14": 15,
194
+ "15": 2,
195
+ "16": 2,
196
+ "17": 17,
197
+ "18": 17,
198
+ "19": 13,
199
+ "20": 13,
200
+ "21": 9,
201
+ "22": 9,
202
+ "23": 16,
203
+ "24": 16,
204
+ "25": 11,
205
+ "26": 11,
206
+ "27": 1,
207
+ "28": 1,
208
+ "29": 3,
209
+ "30": 3,
210
+ "31": 18,
211
+ "32": 18,
212
+ "33": 7,
213
+ "34": 7,
214
+ "35": 6,
215
+ "36": 6
216
+ },
217
+ "label2id": {
218
+ "CARDINAL": 1,
219
+ "DATE": 2,
220
+ "EVENT": 3,
221
+ "FAC": 4,
222
+ "GPE": 5,
223
+ "LANGUAGE": 6,
224
+ "LAW": 7,
225
+ "LOC": 8,
226
+ "MONEY": 9,
227
+ "NORP": 10,
228
+ "O": 0,
229
+ "ORDINAL": 11,
230
+ "ORG": 12,
231
+ "PERCENT": 13,
232
+ "PERSON": 14,
233
+ "PRODUCT": 15,
234
+ "QUANTITY": 16,
235
+ "TIME": 17,
236
+ "WORK_OF_ART": 18
237
+ },
238
+ "marker_max_length": 128,
239
+ "max_next_context": null,
240
+ "max_prev_context": null,
241
+ "model_max_length": 256,
242
+ "model_max_length_default": 512,
243
+ "model_type": "span-marker",
244
+ "span_marker_version": "1.5.0",
245
+ "torch_dtype": "float32",
246
+ "trained_with_document_context": false,
247
+ "transformers_version": "4.35.2",
248
+ "vocab_size": 50272
249
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42e7f6d308c67df7339649b79f1ece8eb9dbc797a83e2ae705faa32cbc02866b
3
+ size 498744980
runs/Nov27_10-15-36_trinity/events.out.tfevents.1701080205.trinity.366901.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc61177433392ecb454f7b5cfaaa1ee3acb3e6f8613985a6c2d14bf278238959
3
+ size 10697
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": true,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "50265": {
45
+ "content": "<start>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "50266": {
53
+ "content": "<end>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ }
60
+ },
61
+ "bos_token": "<s>",
62
+ "clean_up_tokenization_spaces": true,
63
+ "cls_token": "<s>",
64
+ "entity_max_length": 8,
65
+ "eos_token": "</s>",
66
+ "errors": "replace",
67
+ "marker_max_length": 128,
68
+ "mask_token": "<mask>",
69
+ "model_max_length": 256,
70
+ "pad_token": "<pad>",
71
+ "sep_token": "</s>",
72
+ "tokenizer_class": "RobertaTokenizer",
73
+ "trim_offsets": true,
74
+ "unk_token": "<unk>"
75
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da7e4fe8cb64dc135350b383a78feba60942f5cc614f4232b645f9528907de78
3
+ size 4600
vocab.json ADDED
The diff for this file is too large to render. See raw diff