diegoale1248 commited on
Commit
6021f24
1 Parent(s): b7d6b37

Model save

Browse files
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: neuralmind/bert-base-portuguese-cased
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: categories-estimation
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # categories-estimation
15
+
16
+ This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on the None dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 5e-05
36
+ - train_batch_size: 32
37
+ - eval_batch_size: 8
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 1
42
+
43
+ ### Framework versions
44
+
45
+ - Transformers 4.35.2
46
+ - Pytorch 2.1.0+cu118
47
+ - Datasets 2.15.0
48
+ - Tokenizers 0.15.0
config.json ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "neuralmind/bert-base-portuguese-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2",
16
+ "3": "LABEL_3",
17
+ "4": "LABEL_4",
18
+ "5": "LABEL_5",
19
+ "6": "LABEL_6",
20
+ "7": "LABEL_7",
21
+ "8": "LABEL_8",
22
+ "9": "LABEL_9",
23
+ "10": "LABEL_10",
24
+ "11": "LABEL_11",
25
+ "12": "LABEL_12",
26
+ "13": "LABEL_13",
27
+ "14": "LABEL_14",
28
+ "15": "LABEL_15",
29
+ "16": "LABEL_16",
30
+ "17": "LABEL_17",
31
+ "18": "LABEL_18",
32
+ "19": "LABEL_19",
33
+ "20": "LABEL_20",
34
+ "21": "LABEL_21",
35
+ "22": "LABEL_22",
36
+ "23": "LABEL_23",
37
+ "24": "LABEL_24",
38
+ "25": "LABEL_25",
39
+ "26": "LABEL_26",
40
+ "27": "LABEL_27",
41
+ "28": "LABEL_28",
42
+ "29": "LABEL_29",
43
+ "30": "LABEL_30",
44
+ "31": "LABEL_31",
45
+ "32": "LABEL_32",
46
+ "33": "LABEL_33",
47
+ "34": "LABEL_34",
48
+ "35": "LABEL_35",
49
+ "36": "LABEL_36",
50
+ "37": "LABEL_37",
51
+ "38": "LABEL_38",
52
+ "39": "LABEL_39",
53
+ "40": "LABEL_40",
54
+ "41": "LABEL_41",
55
+ "42": "LABEL_42",
56
+ "43": "LABEL_43",
57
+ "44": "LABEL_44",
58
+ "45": "LABEL_45",
59
+ "46": "LABEL_46",
60
+ "47": "LABEL_47",
61
+ "48": "LABEL_48",
62
+ "49": "LABEL_49",
63
+ "50": "LABEL_50",
64
+ "51": "LABEL_51",
65
+ "52": "LABEL_52",
66
+ "53": "LABEL_53",
67
+ "54": "LABEL_54",
68
+ "55": "LABEL_55",
69
+ "56": "LABEL_56",
70
+ "57": "LABEL_57",
71
+ "58": "LABEL_58",
72
+ "59": "LABEL_59",
73
+ "60": "LABEL_60",
74
+ "61": "LABEL_61",
75
+ "62": "LABEL_62",
76
+ "63": "LABEL_63",
77
+ "64": "LABEL_64",
78
+ "65": "LABEL_65",
79
+ "66": "LABEL_66",
80
+ "67": "LABEL_67",
81
+ "68": "LABEL_68",
82
+ "69": "LABEL_69",
83
+ "70": "LABEL_70",
84
+ "71": "LABEL_71",
85
+ "72": "LABEL_72",
86
+ "73": "LABEL_73",
87
+ "74": "LABEL_74",
88
+ "75": "LABEL_75",
89
+ "76": "LABEL_76",
90
+ "77": "LABEL_77",
91
+ "78": "LABEL_78",
92
+ "79": "LABEL_79",
93
+ "80": "LABEL_80",
94
+ "81": "LABEL_81",
95
+ "82": "LABEL_82",
96
+ "83": "LABEL_83",
97
+ "84": "LABEL_84",
98
+ "85": "LABEL_85",
99
+ "86": "LABEL_86",
100
+ "87": "LABEL_87",
101
+ "88": "LABEL_88",
102
+ "89": "LABEL_89",
103
+ "90": "LABEL_90",
104
+ "91": "LABEL_91",
105
+ "92": "LABEL_92",
106
+ "93": "LABEL_93",
107
+ "94": "LABEL_94",
108
+ "95": "LABEL_95",
109
+ "96": "LABEL_96",
110
+ "97": "LABEL_97",
111
+ "98": "LABEL_98",
112
+ "99": "LABEL_99",
113
+ "100": "LABEL_100",
114
+ "101": "LABEL_101",
115
+ "102": "LABEL_102",
116
+ "103": "LABEL_103",
117
+ "104": "LABEL_104",
118
+ "105": "LABEL_105",
119
+ "106": "LABEL_106",
120
+ "107": "LABEL_107",
121
+ "108": "LABEL_108",
122
+ "109": "LABEL_109",
123
+ "110": "LABEL_110",
124
+ "111": "LABEL_111",
125
+ "112": "LABEL_112",
126
+ "113": "LABEL_113",
127
+ "114": "LABEL_114",
128
+ "115": "LABEL_115",
129
+ "116": "LABEL_116",
130
+ "117": "LABEL_117",
131
+ "118": "LABEL_118",
132
+ "119": "LABEL_119",
133
+ "120": "LABEL_120",
134
+ "121": "LABEL_121",
135
+ "122": "LABEL_122",
136
+ "123": "LABEL_123",
137
+ "124": "LABEL_124",
138
+ "125": "LABEL_125",
139
+ "126": "LABEL_126",
140
+ "127": "LABEL_127",
141
+ "128": "LABEL_128"
142
+ },
143
+ "initializer_range": 0.02,
144
+ "intermediate_size": 3072,
145
+ "label2id": {
146
+ "LABEL_0": 0,
147
+ "LABEL_1": 1,
148
+ "LABEL_10": 10,
149
+ "LABEL_100": 100,
150
+ "LABEL_101": 101,
151
+ "LABEL_102": 102,
152
+ "LABEL_103": 103,
153
+ "LABEL_104": 104,
154
+ "LABEL_105": 105,
155
+ "LABEL_106": 106,
156
+ "LABEL_107": 107,
157
+ "LABEL_108": 108,
158
+ "LABEL_109": 109,
159
+ "LABEL_11": 11,
160
+ "LABEL_110": 110,
161
+ "LABEL_111": 111,
162
+ "LABEL_112": 112,
163
+ "LABEL_113": 113,
164
+ "LABEL_114": 114,
165
+ "LABEL_115": 115,
166
+ "LABEL_116": 116,
167
+ "LABEL_117": 117,
168
+ "LABEL_118": 118,
169
+ "LABEL_119": 119,
170
+ "LABEL_12": 12,
171
+ "LABEL_120": 120,
172
+ "LABEL_121": 121,
173
+ "LABEL_122": 122,
174
+ "LABEL_123": 123,
175
+ "LABEL_124": 124,
176
+ "LABEL_125": 125,
177
+ "LABEL_126": 126,
178
+ "LABEL_127": 127,
179
+ "LABEL_128": 128,
180
+ "LABEL_13": 13,
181
+ "LABEL_14": 14,
182
+ "LABEL_15": 15,
183
+ "LABEL_16": 16,
184
+ "LABEL_17": 17,
185
+ "LABEL_18": 18,
186
+ "LABEL_19": 19,
187
+ "LABEL_2": 2,
188
+ "LABEL_20": 20,
189
+ "LABEL_21": 21,
190
+ "LABEL_22": 22,
191
+ "LABEL_23": 23,
192
+ "LABEL_24": 24,
193
+ "LABEL_25": 25,
194
+ "LABEL_26": 26,
195
+ "LABEL_27": 27,
196
+ "LABEL_28": 28,
197
+ "LABEL_29": 29,
198
+ "LABEL_3": 3,
199
+ "LABEL_30": 30,
200
+ "LABEL_31": 31,
201
+ "LABEL_32": 32,
202
+ "LABEL_33": 33,
203
+ "LABEL_34": 34,
204
+ "LABEL_35": 35,
205
+ "LABEL_36": 36,
206
+ "LABEL_37": 37,
207
+ "LABEL_38": 38,
208
+ "LABEL_39": 39,
209
+ "LABEL_4": 4,
210
+ "LABEL_40": 40,
211
+ "LABEL_41": 41,
212
+ "LABEL_42": 42,
213
+ "LABEL_43": 43,
214
+ "LABEL_44": 44,
215
+ "LABEL_45": 45,
216
+ "LABEL_46": 46,
217
+ "LABEL_47": 47,
218
+ "LABEL_48": 48,
219
+ "LABEL_49": 49,
220
+ "LABEL_5": 5,
221
+ "LABEL_50": 50,
222
+ "LABEL_51": 51,
223
+ "LABEL_52": 52,
224
+ "LABEL_53": 53,
225
+ "LABEL_54": 54,
226
+ "LABEL_55": 55,
227
+ "LABEL_56": 56,
228
+ "LABEL_57": 57,
229
+ "LABEL_58": 58,
230
+ "LABEL_59": 59,
231
+ "LABEL_6": 6,
232
+ "LABEL_60": 60,
233
+ "LABEL_61": 61,
234
+ "LABEL_62": 62,
235
+ "LABEL_63": 63,
236
+ "LABEL_64": 64,
237
+ "LABEL_65": 65,
238
+ "LABEL_66": 66,
239
+ "LABEL_67": 67,
240
+ "LABEL_68": 68,
241
+ "LABEL_69": 69,
242
+ "LABEL_7": 7,
243
+ "LABEL_70": 70,
244
+ "LABEL_71": 71,
245
+ "LABEL_72": 72,
246
+ "LABEL_73": 73,
247
+ "LABEL_74": 74,
248
+ "LABEL_75": 75,
249
+ "LABEL_76": 76,
250
+ "LABEL_77": 77,
251
+ "LABEL_78": 78,
252
+ "LABEL_79": 79,
253
+ "LABEL_8": 8,
254
+ "LABEL_80": 80,
255
+ "LABEL_81": 81,
256
+ "LABEL_82": 82,
257
+ "LABEL_83": 83,
258
+ "LABEL_84": 84,
259
+ "LABEL_85": 85,
260
+ "LABEL_86": 86,
261
+ "LABEL_87": 87,
262
+ "LABEL_88": 88,
263
+ "LABEL_89": 89,
264
+ "LABEL_9": 9,
265
+ "LABEL_90": 90,
266
+ "LABEL_91": 91,
267
+ "LABEL_92": 92,
268
+ "LABEL_93": 93,
269
+ "LABEL_94": 94,
270
+ "LABEL_95": 95,
271
+ "LABEL_96": 96,
272
+ "LABEL_97": 97,
273
+ "LABEL_98": 98,
274
+ "LABEL_99": 99
275
+ },
276
+ "layer_norm_eps": 1e-12,
277
+ "max_position_embeddings": 512,
278
+ "model_type": "bert",
279
+ "num_attention_heads": 12,
280
+ "num_hidden_layers": 12,
281
+ "output_past": true,
282
+ "pad_token_id": 0,
283
+ "pooler_fc_size": 768,
284
+ "pooler_num_attention_heads": 12,
285
+ "pooler_num_fc_layers": 3,
286
+ "pooler_size_per_head": 128,
287
+ "pooler_type": "first_token_transform",
288
+ "position_embedding_type": "absolute",
289
+ "problem_type": "single_label_classification",
290
+ "torch_dtype": "float32",
291
+ "transformers_version": "4.35.2",
292
+ "type_vocab_size": 2,
293
+ "use_cache": true,
294
+ "vocab_size": 29794
295
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffb3b87316ca3cfaed242aea986bd41c509a044b252b62a91b70f42fa5db15d7
3
+ size 436112884
runs/Dec11_22-51-31_3f2f6cff86c3/events.out.tfevents.1702335161.3f2f6cff86c3.330.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d55a27c25e379fc8c98a1b5a2494b566271709dacf1cde3d2299c81982e08487
3
+ size 24495
runs/Dec11_22-51-31_3f2f6cff86c3/events.out.tfevents.1702336312.3f2f6cff86c3.330.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a54f4a463a5bec638351f54d6d4e714f3e6d66f2756f72c87e6a8672750537cc
3
+ size 457
runs/Dec12_00-39-13_3f2f6cff86c3/events.out.tfevents.1702341572.3f2f6cff86c3.330.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2056c1bac973b986e8dc57d8f8ffa7344c1fb56299e1b2c7f53eb0a3f0058c1
3
+ size 13571
runs/Dec12_00-39-13_3f2f6cff86c3/events.out.tfevents.1702341894.3f2f6cff86c3.330.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d648ee7d16ff24a04f974140e0a912aabd1135a8be1c48097b6177d4f1318c5
3
+ size 457
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,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
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
+ "max_length": 512,
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": null,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "BertTokenizer",
57
+ "unk_token": "[UNK]"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6994bfbde5a8acd7d964092fc34e58420188c1d00b0e73a1392cc814ac32c9e6
3
+ size 4664
vocab.txt ADDED
The diff for this file is too large to render. See raw diff