ggrazzioli
commited on
Commit
·
bdc0cd2
1
Parent(s):
391b771
Training in progress, epoch 1
Browse files- config.json +53 -0
- model.safetensors +3 -0
- runs/Dec05_23-26-17_e7214bc6d26d/events.out.tfevents.1701818780.e7214bc6d26d.2180.0 +3 -0
- runs/Dec05_23-26-17_e7214bc6d26d/events.out.tfevents.1701819081.e7214bc6d26d.2180.1 +3 -0
- runs/Dec05_23-33-05_e7214bc6d26d/events.out.tfevents.1701819188.e7214bc6d26d.4009.0 +3 -0
- runs/Dec05_23-34-11_e7214bc6d26d/events.out.tfevents.1701819254.e7214bc6d26d.4650.0 +3 -0
- runs/Dec05_23-34-11_e7214bc6d26d/events.out.tfevents.1701819841.e7214bc6d26d.4650.1 +3 -0
- runs/Dec05_23-47-12_e7214bc6d26d/events.out.tfevents.1701820035.e7214bc6d26d.8140.0 +3 -0
- runs/Dec05_23-55-46_e7214bc6d26d/events.out.tfevents.1701820548.e7214bc6d26d.10009.0 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +55 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bert-large-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 1024,
|
12 |
+
"id2label": {
|
13 |
+
"0": "telefone",
|
14 |
+
"1": "e-mail",
|
15 |
+
"2": "eventos",
|
16 |
+
"3": "sala_empreendedor",
|
17 |
+
"4": "whatsapp",
|
18 |
+
"5": "atendimento_presencial",
|
19 |
+
"6": "chat_online",
|
20 |
+
"7": "execucao_terceiros",
|
21 |
+
"8": "atendimento_inloco",
|
22 |
+
"9": "redes_sociais",
|
23 |
+
"10": "portal_plataformas"
|
24 |
+
},
|
25 |
+
"initializer_range": 0.02,
|
26 |
+
"intermediate_size": 4096,
|
27 |
+
"label2id": {
|
28 |
+
"atendimento_inloco": 8,
|
29 |
+
"atendimento_presencial": 5,
|
30 |
+
"chat_online": 6,
|
31 |
+
"e-mail": 1,
|
32 |
+
"eventos": 2,
|
33 |
+
"execucao_terceiros": 7,
|
34 |
+
"portal_plataformas": 10,
|
35 |
+
"redes_sociais": 9,
|
36 |
+
"sala_empreendedor": 3,
|
37 |
+
"telefone": 0,
|
38 |
+
"whatsapp": 4
|
39 |
+
},
|
40 |
+
"layer_norm_eps": 1e-12,
|
41 |
+
"max_position_embeddings": 512,
|
42 |
+
"model_type": "bert",
|
43 |
+
"num_attention_heads": 16,
|
44 |
+
"num_hidden_layers": 24,
|
45 |
+
"pad_token_id": 0,
|
46 |
+
"position_embedding_type": "absolute",
|
47 |
+
"problem_type": "multi_label_classification",
|
48 |
+
"torch_dtype": "float32",
|
49 |
+
"transformers_version": "4.35.2",
|
50 |
+
"type_vocab_size": 2,
|
51 |
+
"use_cache": true,
|
52 |
+
"vocab_size": 30522
|
53 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84b8b4fd1e0982e10a8d2d2c4326168caa31808e65f0006308dc1376a767cae7
|
3 |
+
size 1340659668
|
runs/Dec05_23-26-17_e7214bc6d26d/events.out.tfevents.1701818780.e7214bc6d26d.2180.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1bb3646e33f84d5c3e15e4f674daf23a627658c1863c42d9d10d7235d3e34ca7
|
3 |
+
size 6622
|
runs/Dec05_23-26-17_e7214bc6d26d/events.out.tfevents.1701819081.e7214bc6d26d.2180.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21a46000d7d68cceced373abc5d65d4a37eb6fe65ff40740efaf820f1d14850d
|
3 |
+
size 508
|
runs/Dec05_23-33-05_e7214bc6d26d/events.out.tfevents.1701819188.e7214bc6d26d.4009.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b83f1703877734c44085098287e3dc0e9fd63c2958d21ce424f2285a4d0c299c
|
3 |
+
size 4184
|
runs/Dec05_23-34-11_e7214bc6d26d/events.out.tfevents.1701819254.e7214bc6d26d.4650.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3daf12246bb152fa7e73c9e6300375fbec3fdcb94f96cab527503ea139402331
|
3 |
+
size 7462
|
runs/Dec05_23-34-11_e7214bc6d26d/events.out.tfevents.1701819841.e7214bc6d26d.4650.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9adc169077618009e9cceee5ffff61b2836a15defaf05043e3c2b51989e69c4
|
3 |
+
size 508
|
runs/Dec05_23-47-12_e7214bc6d26d/events.out.tfevents.1701820035.e7214bc6d26d.8140.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b0dd0a0aa60d8f578d7771ce0c02dea5136ea7a784cea752361259249721c63
|
3 |
+
size 5952
|
runs/Dec05_23-55-46_e7214bc6d26d/events.out.tfevents.1701820548.e7214bc6d26d.10009.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69a03c26f2cd01356153f405e31dc9d1cfe5cda87d86d6da0f4df4d5bcd5ea7c
|
3 |
+
size 5322
|
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,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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_lower_case": true,
|
47 |
+
"mask_token": "[MASK]",
|
48 |
+
"model_max_length": 512,
|
49 |
+
"pad_token": "[PAD]",
|
50 |
+
"sep_token": "[SEP]",
|
51 |
+
"strip_accents": null,
|
52 |
+
"tokenize_chinese_chars": true,
|
53 |
+
"tokenizer_class": "BertTokenizer",
|
54 |
+
"unk_token": "[UNK]"
|
55 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d3690f047c6cf5382b3d8f63ebfeb7a972a860337f8bd84d6aca83d89871c5e
|
3 |
+
size 4600
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|