lambdavi commited on
Commit
7c9cf61
1 Parent(s): 5e0252f

Training in progress, epoch 0

Browse files
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "<end>": 50266,
3
+ "<start>": 50265
4
+ }
config.json ADDED
@@ -0,0 +1,223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SpanMarkerModel"
4
+ ],
5
+ "encoder": {
6
+ "_name_or_path": "studio-ousia/luke-base",
7
+ "add_cross_attention": false,
8
+ "architectures": [
9
+ "LukeForMaskedLM"
10
+ ],
11
+ "attention_probs_dropout_prob": 0.1,
12
+ "bad_words_ids": null,
13
+ "begin_suppress_tokens": null,
14
+ "bert_model_name": "roberta-base",
15
+ "bos_token_id": 0,
16
+ "chunk_size_feed_forward": 0,
17
+ "classifier_dropout": null,
18
+ "cross_attention_hidden_size": null,
19
+ "decoder_start_token_id": null,
20
+ "diversity_penalty": 0.0,
21
+ "do_sample": false,
22
+ "early_stopping": false,
23
+ "encoder_no_repeat_ngram_size": 0,
24
+ "entity_emb_size": 256,
25
+ "entity_vocab_size": 500000,
26
+ "eos_token_id": 2,
27
+ "exponential_decay_length_penalty": null,
28
+ "finetuning_task": null,
29
+ "forced_bos_token_id": null,
30
+ "forced_eos_token_id": null,
31
+ "gradient_checkpointing": false,
32
+ "hidden_act": "gelu",
33
+ "hidden_dropout_prob": 0.1,
34
+ "hidden_size": 768,
35
+ "id2label": {
36
+ "0": "O",
37
+ "1": "B-COURT",
38
+ "2": "B-PETITIONER",
39
+ "3": "B-RESPONDENT",
40
+ "4": "B-JUDGE",
41
+ "5": "B-DATE",
42
+ "6": "B-ORG",
43
+ "7": "B-GPE",
44
+ "8": "B-STATUTE",
45
+ "9": "B-PROVISION",
46
+ "10": "B-PRECEDENT",
47
+ "11": "B-CASE_NUMBER",
48
+ "12": "B-WITNESS",
49
+ "13": "B-OTHER_PERSON",
50
+ "14": "B-LAWYER",
51
+ "15": "I-COURT",
52
+ "16": "I-PETITIONER",
53
+ "17": "I-RESPONDENT",
54
+ "18": "I-JUDGE",
55
+ "19": "I-DATE",
56
+ "20": "I-ORG",
57
+ "21": "I-GPE",
58
+ "22": "I-STATUTE",
59
+ "23": "I-PROVISION",
60
+ "24": "I-PRECEDENT",
61
+ "25": "I-CASE_NUMBER",
62
+ "26": "I-WITNESS",
63
+ "27": "I-OTHER_PERSON",
64
+ "28": "I-LAWYER"
65
+ },
66
+ "initializer_range": 0.02,
67
+ "intermediate_size": 3072,
68
+ "is_decoder": false,
69
+ "is_encoder_decoder": false,
70
+ "label2id": {
71
+ "B-CASE_NUMBER": 11,
72
+ "B-COURT": 1,
73
+ "B-DATE": 5,
74
+ "B-GPE": 7,
75
+ "B-JUDGE": 4,
76
+ "B-LAWYER": 14,
77
+ "B-ORG": 6,
78
+ "B-OTHER_PERSON": 13,
79
+ "B-PETITIONER": 2,
80
+ "B-PRECEDENT": 10,
81
+ "B-PROVISION": 9,
82
+ "B-RESPONDENT": 3,
83
+ "B-STATUTE": 8,
84
+ "B-WITNESS": 12,
85
+ "I-CASE_NUMBER": 25,
86
+ "I-COURT": 15,
87
+ "I-DATE": 19,
88
+ "I-GPE": 21,
89
+ "I-JUDGE": 18,
90
+ "I-LAWYER": 28,
91
+ "I-ORG": 20,
92
+ "I-OTHER_PERSON": 27,
93
+ "I-PETITIONER": 16,
94
+ "I-PRECEDENT": 24,
95
+ "I-PROVISION": 23,
96
+ "I-RESPONDENT": 17,
97
+ "I-STATUTE": 22,
98
+ "I-WITNESS": 26,
99
+ "O": 0
100
+ },
101
+ "layer_norm_eps": 1e-05,
102
+ "length_penalty": 1.0,
103
+ "max_length": 20,
104
+ "max_position_embeddings": 514,
105
+ "min_length": 0,
106
+ "model_type": "luke",
107
+ "no_repeat_ngram_size": 0,
108
+ "num_attention_heads": 12,
109
+ "num_beam_groups": 1,
110
+ "num_beams": 1,
111
+ "num_hidden_layers": 12,
112
+ "num_return_sequences": 1,
113
+ "output_attentions": false,
114
+ "output_hidden_states": false,
115
+ "output_past": true,
116
+ "output_scores": false,
117
+ "pad_token_id": 1,
118
+ "position_embedding_type": "absolute",
119
+ "prefix": null,
120
+ "problem_type": null,
121
+ "pruned_heads": {},
122
+ "remove_invalid_values": false,
123
+ "repetition_penalty": 1.0,
124
+ "return_dict": true,
125
+ "return_dict_in_generate": false,
126
+ "sep_token_id": null,
127
+ "suppress_tokens": null,
128
+ "task_specific_params": null,
129
+ "temperature": 1.0,
130
+ "tf_legacy_loss": false,
131
+ "tie_encoder_decoder": false,
132
+ "tie_word_embeddings": true,
133
+ "tokenizer_class": null,
134
+ "top_k": 50,
135
+ "top_p": 1.0,
136
+ "torch_dtype": "float32",
137
+ "torchscript": false,
138
+ "transformers_version": "4.36.0",
139
+ "type_vocab_size": 1,
140
+ "typical_p": 1.0,
141
+ "use_bfloat16": false,
142
+ "use_cache": true,
143
+ "use_entity_aware_attention": true,
144
+ "vocab_size": 50272
145
+ },
146
+ "entity_max_length": 6,
147
+ "id2label": {
148
+ "0": "O",
149
+ "1": "CASE_NUMBER",
150
+ "2": "COURT",
151
+ "3": "DATE",
152
+ "4": "GPE",
153
+ "5": "JUDGE",
154
+ "6": "LAWYER",
155
+ "7": "ORG",
156
+ "8": "OTHER_PERSON",
157
+ "9": "PETITIONER",
158
+ "10": "PRECEDENT",
159
+ "11": "PROVISION",
160
+ "12": "RESPONDENT",
161
+ "13": "STATUTE",
162
+ "14": "WITNESS"
163
+ },
164
+ "id2reduced_id": {
165
+ "0": 0,
166
+ "1": 2,
167
+ "2": 9,
168
+ "3": 12,
169
+ "4": 5,
170
+ "5": 3,
171
+ "6": 7,
172
+ "7": 4,
173
+ "8": 13,
174
+ "9": 11,
175
+ "10": 10,
176
+ "11": 1,
177
+ "12": 14,
178
+ "13": 8,
179
+ "14": 6,
180
+ "15": 2,
181
+ "16": 9,
182
+ "17": 12,
183
+ "18": 5,
184
+ "19": 3,
185
+ "20": 7,
186
+ "21": 4,
187
+ "22": 13,
188
+ "23": 11,
189
+ "24": 10,
190
+ "25": 1,
191
+ "26": 14,
192
+ "27": 8,
193
+ "28": 6
194
+ },
195
+ "label2id": {
196
+ "CASE_NUMBER": 1,
197
+ "COURT": 2,
198
+ "DATE": 3,
199
+ "GPE": 4,
200
+ "JUDGE": 5,
201
+ "LAWYER": 6,
202
+ "O": 0,
203
+ "ORG": 7,
204
+ "OTHER_PERSON": 8,
205
+ "PETITIONER": 9,
206
+ "PRECEDENT": 10,
207
+ "PROVISION": 11,
208
+ "RESPONDENT": 12,
209
+ "STATUTE": 13,
210
+ "WITNESS": 14
211
+ },
212
+ "marker_max_length": 64,
213
+ "max_next_context": null,
214
+ "max_prev_context": null,
215
+ "model_max_length": 128,
216
+ "model_max_length_default": 512,
217
+ "model_type": "span-marker",
218
+ "span_marker_version": "1.5.0",
219
+ "torch_dtype": "float32",
220
+ "trained_with_document_context": false,
221
+ "transformers_version": "4.36.0",
222
+ "vocab_size": 50272
223
+ }
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:503e08c5ddae5dd24f872b1c41f788fbd6599f6ec93871c303bc7f845be192ca
3
+ size 1098150108
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
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
+ "eos_token": "</s>",
65
+ "errors": "replace",
66
+ "mask_token": "<mask>",
67
+ "model_max_length": 512,
68
+ "pad_token": "<pad>",
69
+ "sep_token": "</s>",
70
+ "tokenizer_class": "RobertaTokenizer",
71
+ "trim_offsets": true,
72
+ "unk_token": "<unk>"
73
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0917c5917d5d3266823cba631ea6a4b82994c2b9d4ff3f1ee83e6074978b85e9
3
+ size 4347
vocab.json ADDED
The diff for this file is too large to render. See raw diff