stulcrad commited on
Commit
ed9b279
·
verified ·
1 Parent(s): affcbb9

Training in progress, step 1500

Browse files
config.json ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ufal/robeczech-base",
3
+ "architectures": [
4
+ "RobertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.25,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.25,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "O",
16
+ "1": "B-ah",
17
+ "2": "I-ah",
18
+ "3": "B-at",
19
+ "4": "I-at",
20
+ "5": "B-az",
21
+ "6": "I-az",
22
+ "7": "B-g_",
23
+ "8": "I-g_",
24
+ "9": "B-gc",
25
+ "10": "I-gc",
26
+ "11": "B-gh",
27
+ "12": "I-gh",
28
+ "13": "B-gl",
29
+ "14": "I-gl",
30
+ "15": "B-gq",
31
+ "16": "I-gq",
32
+ "17": "B-gr",
33
+ "18": "I-gr",
34
+ "19": "B-gs",
35
+ "20": "I-gs",
36
+ "21": "B-gt",
37
+ "22": "I-gt",
38
+ "23": "B-gu",
39
+ "24": "I-gu",
40
+ "25": "B-i_",
41
+ "26": "I-i_",
42
+ "27": "B-ia",
43
+ "28": "I-ia",
44
+ "29": "B-ic",
45
+ "30": "I-ic",
46
+ "31": "B-if",
47
+ "32": "I-if",
48
+ "33": "B-io",
49
+ "34": "I-io",
50
+ "35": "B-me",
51
+ "36": "I-me",
52
+ "37": "B-mi",
53
+ "38": "I-mi",
54
+ "39": "B-mn",
55
+ "40": "I-mn",
56
+ "41": "B-ms",
57
+ "42": "I-ms",
58
+ "43": "B-n_",
59
+ "44": "I-n_",
60
+ "45": "B-na",
61
+ "46": "I-na",
62
+ "47": "B-nb",
63
+ "48": "I-nb",
64
+ "49": "B-nc",
65
+ "50": "I-nc",
66
+ "51": "B-ni",
67
+ "52": "I-ni",
68
+ "53": "B-no",
69
+ "54": "I-no",
70
+ "55": "B-ns",
71
+ "56": "I-ns",
72
+ "57": "B-o_",
73
+ "58": "I-o_",
74
+ "59": "B-oa",
75
+ "60": "I-oa",
76
+ "61": "B-oe",
77
+ "62": "I-oe",
78
+ "63": "B-om",
79
+ "64": "I-om",
80
+ "65": "B-op",
81
+ "66": "I-op",
82
+ "67": "B-or",
83
+ "68": "I-or",
84
+ "69": "B-p_",
85
+ "70": "I-p_",
86
+ "71": "B-pc",
87
+ "72": "I-pc",
88
+ "73": "B-pd",
89
+ "74": "I-pd",
90
+ "75": "B-pf",
91
+ "76": "I-pf",
92
+ "77": "B-pm",
93
+ "78": "I-pm",
94
+ "79": "B-pp",
95
+ "80": "I-pp",
96
+ "81": "B-ps",
97
+ "82": "I-ps",
98
+ "83": "B-td",
99
+ "84": "I-td",
100
+ "85": "B-tf",
101
+ "86": "I-tf",
102
+ "87": "B-th",
103
+ "88": "I-th",
104
+ "89": "B-tm",
105
+ "90": "I-tm",
106
+ "91": "B-ty",
107
+ "92": "I-ty"
108
+ },
109
+ "initializer_range": 0.02,
110
+ "intermediate_size": 3072,
111
+ "label2id": {
112
+ "B-ah": 1,
113
+ "B-at": 3,
114
+ "B-az": 5,
115
+ "B-g_": 7,
116
+ "B-gc": 9,
117
+ "B-gh": 11,
118
+ "B-gl": 13,
119
+ "B-gq": 15,
120
+ "B-gr": 17,
121
+ "B-gs": 19,
122
+ "B-gt": 21,
123
+ "B-gu": 23,
124
+ "B-i_": 25,
125
+ "B-ia": 27,
126
+ "B-ic": 29,
127
+ "B-if": 31,
128
+ "B-io": 33,
129
+ "B-me": 35,
130
+ "B-mi": 37,
131
+ "B-mn": 39,
132
+ "B-ms": 41,
133
+ "B-n_": 43,
134
+ "B-na": 45,
135
+ "B-nb": 47,
136
+ "B-nc": 49,
137
+ "B-ni": 51,
138
+ "B-no": 53,
139
+ "B-ns": 55,
140
+ "B-o_": 57,
141
+ "B-oa": 59,
142
+ "B-oe": 61,
143
+ "B-om": 63,
144
+ "B-op": 65,
145
+ "B-or": 67,
146
+ "B-p_": 69,
147
+ "B-pc": 71,
148
+ "B-pd": 73,
149
+ "B-pf": 75,
150
+ "B-pm": 77,
151
+ "B-pp": 79,
152
+ "B-ps": 81,
153
+ "B-td": 83,
154
+ "B-tf": 85,
155
+ "B-th": 87,
156
+ "B-tm": 89,
157
+ "B-ty": 91,
158
+ "I-ah": 2,
159
+ "I-at": 4,
160
+ "I-az": 6,
161
+ "I-g_": 8,
162
+ "I-gc": 10,
163
+ "I-gh": 12,
164
+ "I-gl": 14,
165
+ "I-gq": 16,
166
+ "I-gr": 18,
167
+ "I-gs": 20,
168
+ "I-gt": 22,
169
+ "I-gu": 24,
170
+ "I-i_": 26,
171
+ "I-ia": 28,
172
+ "I-ic": 30,
173
+ "I-if": 32,
174
+ "I-io": 34,
175
+ "I-me": 36,
176
+ "I-mi": 38,
177
+ "I-mn": 40,
178
+ "I-ms": 42,
179
+ "I-n_": 44,
180
+ "I-na": 46,
181
+ "I-nb": 48,
182
+ "I-nc": 50,
183
+ "I-ni": 52,
184
+ "I-no": 54,
185
+ "I-ns": 56,
186
+ "I-o_": 58,
187
+ "I-oa": 60,
188
+ "I-oe": 62,
189
+ "I-om": 64,
190
+ "I-op": 66,
191
+ "I-or": 68,
192
+ "I-p_": 70,
193
+ "I-pc": 72,
194
+ "I-pd": 74,
195
+ "I-pf": 76,
196
+ "I-pm": 78,
197
+ "I-pp": 80,
198
+ "I-ps": 82,
199
+ "I-td": 84,
200
+ "I-tf": 86,
201
+ "I-th": 88,
202
+ "I-tm": 90,
203
+ "I-ty": 92,
204
+ "O": 0
205
+ },
206
+ "layer_norm_eps": 1e-05,
207
+ "max_position_embeddings": 514,
208
+ "model_type": "roberta",
209
+ "num_attention_heads": 12,
210
+ "num_hidden_layers": 12,
211
+ "pad_token_id": 1,
212
+ "position_embedding_type": "absolute",
213
+ "torch_dtype": "float32",
214
+ "transformers_version": "4.36.2",
215
+ "type_vocab_size": 1,
216
+ "use_cache": true,
217
+ "vocab_size": 51997
218
+ }
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:7e8052412346160e5d480ece7ba052e29cffeb94de000d471881dadaebc1dfdd
3
+ size 501850868
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "[CLS]",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "[SEP]",
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": "[SEP]",
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,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "[CLS]",
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": "[SEP]",
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
+ "51960": {
37
+ "content": "[MASK]",
38
+ "lstrip": true,
39
+ "normalized": true,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "[CLS]",
46
+ "clean_up_tokenization_spaces": true,
47
+ "cls_token": "[CLS]",
48
+ "eos_token": "[SEP]",
49
+ "errors": "replace",
50
+ "mask_token": "[MASK]",
51
+ "model_max_length": 1000000000000000019884624838656,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "tokenizer_class": "RobertaTokenizer",
55
+ "trim_offsets": true,
56
+ "unk_token": "[UNK]"
57
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:750663d7faed8b2b0845bca030521d5f76632a497b04e2b234c015824abd4cde
3
+ size 4664
vocab.json ADDED
The diff for this file is too large to render. See raw diff