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