ggrazzioli
commited on
Training in progress, epoch 1
Browse files- config.json +71 -0
- model.safetensors +3 -0
- runs/May31_18-52-21_f31b3a58a973/events.out.tfevents.1717181555.f31b3a58a973.244.0 +3 -0
- runs/May31_18-53-32_f31b3a58a973/events.out.tfevents.1717181613.f31b3a58a973.244.1 +3 -0
- runs/May31_18-59-00_f31b3a58a973/events.out.tfevents.1717181946.f31b3a58a973.244.2 +3 -0
- runs/May31_19-03-01_f31b3a58a973/events.out.tfevents.1717182184.f31b3a58a973.244.3 +3 -0
- runs/May31_19-03-01_f31b3a58a973/events.out.tfevents.1717182436.f31b3a58a973.244.4 +3 -0
- runs/May31_19-03-01_f31b3a58a973/events.out.tfevents.1717183051.f31b3a58a973.244.5 +3 -0
- runs/May31_19-18-33_f31b3a58a973/events.out.tfevents.1717183119.f31b3a58a973.244.6 +3 -0
- runs/May31_19-21-50_f31b3a58a973/events.out.tfevents.1717183427.f31b3a58a973.10362.0 +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,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "neuralmind/bert-large-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": 1024,
|
12 |
+
"id2label": {
|
13 |
+
"0": "problemas_de_mao_de_obra",
|
14 |
+
"1": "interrupcao_da_demanda",
|
15 |
+
"2": "perda_de_mercadorias",
|
16 |
+
"3": "danos_a_maquinas_e_equipamentos",
|
17 |
+
"4": "interrupcao_na_cadeia_logistica",
|
18 |
+
"5": "danos_a_infraestrutura_predial",
|
19 |
+
"6": "problemas_na_infraestrutura_basica",
|
20 |
+
"7": "falta_de_acesso_ao_estabelecimento",
|
21 |
+
"8": "aumento_de_custos",
|
22 |
+
"9": "inadimplencia_de_clientes",
|
23 |
+
"10": "fornecimento_de_insumos_materia_prima",
|
24 |
+
"11": "impacto_psicologico",
|
25 |
+
"12": "inseguranca_financeira",
|
26 |
+
"13": "falta_de_seguranca_publica",
|
27 |
+
"14": "reestruturacao_do_negocio",
|
28 |
+
"15": "impacto_nas_lavouras_e_pecuaria",
|
29 |
+
"16": "impacto_indeterminado"
|
30 |
+
},
|
31 |
+
"initializer_range": 0.02,
|
32 |
+
"intermediate_size": 4096,
|
33 |
+
"label2id": {
|
34 |
+
"aumento_de_custos": 8,
|
35 |
+
"danos_a_infraestrutura_predial": 5,
|
36 |
+
"danos_a_maquinas_e_equipamentos": 3,
|
37 |
+
"falta_de_acesso_ao_estabelecimento": 7,
|
38 |
+
"falta_de_seguranca_publica": 13,
|
39 |
+
"fornecimento_de_insumos_materia_prima": 10,
|
40 |
+
"impacto_indeterminado": 16,
|
41 |
+
"impacto_nas_lavouras_e_pecuaria": 15,
|
42 |
+
"impacto_psicologico": 11,
|
43 |
+
"inadimplencia_de_clientes": 9,
|
44 |
+
"inseguranca_financeira": 12,
|
45 |
+
"interrupcao_da_demanda": 1,
|
46 |
+
"interrupcao_na_cadeia_logistica": 4,
|
47 |
+
"perda_de_mercadorias": 2,
|
48 |
+
"problemas_de_mao_de_obra": 0,
|
49 |
+
"problemas_na_infraestrutura_basica": 6,
|
50 |
+
"reestruturacao_do_negocio": 14
|
51 |
+
},
|
52 |
+
"layer_norm_eps": 1e-12,
|
53 |
+
"max_position_embeddings": 512,
|
54 |
+
"model_type": "bert",
|
55 |
+
"num_attention_heads": 16,
|
56 |
+
"num_hidden_layers": 24,
|
57 |
+
"output_past": true,
|
58 |
+
"pad_token_id": 0,
|
59 |
+
"pooler_fc_size": 768,
|
60 |
+
"pooler_num_attention_heads": 12,
|
61 |
+
"pooler_num_fc_layers": 3,
|
62 |
+
"pooler_size_per_head": 128,
|
63 |
+
"pooler_type": "first_token_transform",
|
64 |
+
"position_embedding_type": "absolute",
|
65 |
+
"problem_type": "multi_label_classification",
|
66 |
+
"torch_dtype": "float32",
|
67 |
+
"transformers_version": "4.41.1",
|
68 |
+
"type_vocab_size": 2,
|
69 |
+
"use_cache": true,
|
70 |
+
"vocab_size": 29794
|
71 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67e182425152a2bcfa8d9fb698a9035f79129266dd1f5cb2b847aede46d5d149
|
3 |
+
size 1337702372
|
runs/May31_18-52-21_f31b3a58a973/events.out.tfevents.1717181555.f31b3a58a973.244.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1daac52ebbe9c1feb07b9c1be39d8e8961468052b82f28e39242c8c9f3480fbb
|
3 |
+
size 6424
|
runs/May31_18-53-32_f31b3a58a973/events.out.tfevents.1717181613.f31b3a58a973.244.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8cb110afc0c70954845b025495e53172b22b45f6457ee6514749c4e388b3f3d
|
3 |
+
size 12760
|
runs/May31_18-59-00_f31b3a58a973/events.out.tfevents.1717181946.f31b3a58a973.244.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:515e9787c1fec98b15fd8d2cc1c2868b8077ed78b6180d7eaf36c81694d88e19
|
3 |
+
size 6424
|
runs/May31_19-03-01_f31b3a58a973/events.out.tfevents.1717182184.f31b3a58a973.244.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fb224936e02e7f9110bdfe392a83107712ea71ebc6112d392d71d5d7e651406
|
3 |
+
size 6424
|
runs/May31_19-03-01_f31b3a58a973/events.out.tfevents.1717182436.f31b3a58a973.244.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55f0dfb64f6ad4b713f0bf5295ab912058a97799865a0dd11bedc91929172e0a
|
3 |
+
size 6424
|
runs/May31_19-03-01_f31b3a58a973/events.out.tfevents.1717183051.f31b3a58a973.244.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1253dd14425603608dac13dd0422291cd990b1cfc0b86eac8f225e99a023c3a7
|
3 |
+
size 6424
|
runs/May31_19-18-33_f31b3a58a973/events.out.tfevents.1717183119.f31b3a58a973.244.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:007f01fd0be7b84588a2ffa44425e6eea21c7edfa098dfb4f298ef6068adc56b
|
3 |
+
size 4184
|
runs/May31_19-21-50_f31b3a58a973/events.out.tfevents.1717183427.f31b3a58a973.10362.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:819017ae5d1a6396f59a47e9b5d9922af35a4812cf832efdce4c9ce1cbe1ebfb
|
3 |
+
size 6896
|
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 |
+
"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 |
+
"model_max_length": 1000000000000000019884624838656,
|
50 |
+
"never_split": null,
|
51 |
+
"pad_token": "[PAD]",
|
52 |
+
"sep_token": "[SEP]",
|
53 |
+
"strip_accents": null,
|
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:c765628cf8425bf1234150b01866f64756e17a2ba2176cdfa81f3b73536937eb
|
3 |
+
size 5112
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|