supreethrao commited on
Commit
5eeea79
1 Parent(s): ba38636

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,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "art-broadcastprogram",
34
+ "2": "art-film",
35
+ "3": "art-music",
36
+ "4": "art-other",
37
+ "5": "art-painting",
38
+ "6": "art-writtenart",
39
+ "7": "building-airport",
40
+ "8": "building-hospital",
41
+ "9": "building-hotel",
42
+ "10": "building-library",
43
+ "11": "building-other",
44
+ "12": "building-restaurant",
45
+ "13": "building-sportsfacility",
46
+ "14": "building-theater",
47
+ "15": "event-attack/battle/war/militaryconflict",
48
+ "16": "event-disaster",
49
+ "17": "event-election",
50
+ "18": "event-other",
51
+ "19": "event-protest",
52
+ "20": "event-sportsevent",
53
+ "21": "location-GPE",
54
+ "22": "location-bodiesofwater",
55
+ "23": "location-island",
56
+ "24": "location-mountain",
57
+ "25": "location-other",
58
+ "26": "location-park",
59
+ "27": "location-road/railway/highway/transit",
60
+ "28": "organization-company",
61
+ "29": "organization-education",
62
+ "30": "organization-government/governmentagency",
63
+ "31": "organization-media/newspaper",
64
+ "32": "organization-other",
65
+ "33": "organization-politicalparty",
66
+ "34": "organization-religion",
67
+ "35": "organization-showorganization",
68
+ "36": "organization-sportsleague",
69
+ "37": "organization-sportsteam",
70
+ "38": "other-astronomything",
71
+ "39": "other-award",
72
+ "40": "other-biologything",
73
+ "41": "other-chemicalthing",
74
+ "42": "other-currency",
75
+ "43": "other-disease",
76
+ "44": "other-educationaldegree",
77
+ "45": "other-god",
78
+ "46": "other-language",
79
+ "47": "other-law",
80
+ "48": "other-livingthing",
81
+ "49": "other-medical",
82
+ "50": "person-actor",
83
+ "51": "person-artist/author",
84
+ "52": "person-athlete",
85
+ "53": "person-director",
86
+ "54": "person-other",
87
+ "55": "person-politician",
88
+ "56": "person-scholar",
89
+ "57": "person-soldier",
90
+ "58": "product-airplane",
91
+ "59": "product-car",
92
+ "60": "product-food",
93
+ "61": "product-game",
94
+ "62": "product-other",
95
+ "63": "product-ship",
96
+ "64": "product-software",
97
+ "65": "product-train",
98
+ "66": "product-weapon"
99
+ },
100
+ "initializer_range": 0.02,
101
+ "intermediate_size": 3072,
102
+ "is_decoder": false,
103
+ "is_encoder_decoder": false,
104
+ "label2id": {
105
+ "O": 0,
106
+ "art-broadcastprogram": 1,
107
+ "art-film": 2,
108
+ "art-music": 3,
109
+ "art-other": 4,
110
+ "art-painting": 5,
111
+ "art-writtenart": 6,
112
+ "building-airport": 7,
113
+ "building-hospital": 8,
114
+ "building-hotel": 9,
115
+ "building-library": 10,
116
+ "building-other": 11,
117
+ "building-restaurant": 12,
118
+ "building-sportsfacility": 13,
119
+ "building-theater": 14,
120
+ "event-attack/battle/war/militaryconflict": 15,
121
+ "event-disaster": 16,
122
+ "event-election": 17,
123
+ "event-other": 18,
124
+ "event-protest": 19,
125
+ "event-sportsevent": 20,
126
+ "location-GPE": 21,
127
+ "location-bodiesofwater": 22,
128
+ "location-island": 23,
129
+ "location-mountain": 24,
130
+ "location-other": 25,
131
+ "location-park": 26,
132
+ "location-road/railway/highway/transit": 27,
133
+ "organization-company": 28,
134
+ "organization-education": 29,
135
+ "organization-government/governmentagency": 30,
136
+ "organization-media/newspaper": 31,
137
+ "organization-other": 32,
138
+ "organization-politicalparty": 33,
139
+ "organization-religion": 34,
140
+ "organization-showorganization": 35,
141
+ "organization-sportsleague": 36,
142
+ "organization-sportsteam": 37,
143
+ "other-astronomything": 38,
144
+ "other-award": 39,
145
+ "other-biologything": 40,
146
+ "other-chemicalthing": 41,
147
+ "other-currency": 42,
148
+ "other-disease": 43,
149
+ "other-educationaldegree": 44,
150
+ "other-god": 45,
151
+ "other-language": 46,
152
+ "other-law": 47,
153
+ "other-livingthing": 48,
154
+ "other-medical": 49,
155
+ "person-actor": 50,
156
+ "person-artist/author": 51,
157
+ "person-athlete": 52,
158
+ "person-director": 53,
159
+ "person-other": 54,
160
+ "person-politician": 55,
161
+ "person-scholar": 56,
162
+ "person-soldier": 57,
163
+ "product-airplane": 58,
164
+ "product-car": 59,
165
+ "product-food": 60,
166
+ "product-game": 61,
167
+ "product-other": 62,
168
+ "product-ship": 63,
169
+ "product-software": 64,
170
+ "product-train": 65,
171
+ "product-weapon": 66
172
+ },
173
+ "layer_norm_eps": 1e-05,
174
+ "length_penalty": 1.0,
175
+ "max_length": 20,
176
+ "max_position_embeddings": 514,
177
+ "min_length": 0,
178
+ "model_type": "roberta",
179
+ "no_repeat_ngram_size": 0,
180
+ "num_attention_heads": 12,
181
+ "num_beam_groups": 1,
182
+ "num_beams": 1,
183
+ "num_hidden_layers": 12,
184
+ "num_return_sequences": 1,
185
+ "output_attentions": false,
186
+ "output_hidden_states": false,
187
+ "output_scores": false,
188
+ "pad_token_id": 1,
189
+ "position_embedding_type": "absolute",
190
+ "prefix": null,
191
+ "problem_type": null,
192
+ "pruned_heads": {},
193
+ "remove_invalid_values": false,
194
+ "repetition_penalty": 1.0,
195
+ "return_dict": true,
196
+ "return_dict_in_generate": false,
197
+ "sep_token_id": null,
198
+ "suppress_tokens": null,
199
+ "task_specific_params": null,
200
+ "temperature": 1.0,
201
+ "tf_legacy_loss": false,
202
+ "tie_encoder_decoder": false,
203
+ "tie_word_embeddings": true,
204
+ "tokenizer_class": null,
205
+ "top_k": 50,
206
+ "top_p": 1.0,
207
+ "torch_dtype": "float32",
208
+ "torchscript": false,
209
+ "transformers_version": "4.35.2",
210
+ "type_vocab_size": 1,
211
+ "typical_p": 1.0,
212
+ "use_bfloat16": false,
213
+ "use_cache": true,
214
+ "vocab_size": 50272
215
+ },
216
+ "entity_max_length": 8,
217
+ "marker_max_length": 128,
218
+ "max_next_context": null,
219
+ "max_prev_context": null,
220
+ "model_max_length": 256,
221
+ "model_max_length_default": 512,
222
+ "model_type": "span-marker",
223
+ "span_marker_version": "1.5.0",
224
+ "torch_dtype": "float32",
225
+ "trained_with_document_context": false,
226
+ "transformers_version": "4.35.2",
227
+ "vocab_size": 50272
228
+ }
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:e4f6e21d20f830a0696012aa369c4e5d5256fb6a3bf21480b9e9953f453b57ac
3
+ size 499040084
runs/Nov27_07-50-08_trinity/events.out.tfevents.1701071419.trinity.224163.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6af830f92562a8fc9d8f8f91b38067e0bb8741a777b117c9d3239bfa01735046
3
+ size 12049
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:cdc21b4c9d1f74ac0be95d21943b06d50dbdfc012b15ba465d456f1e90484c21
3
+ size 4600
vocab.json ADDED
The diff for this file is too large to render. See raw diff