foxy-nlp-br-v3-ultra / config.json
MattosDev's picture
Training in progress, epoch 1
e69027c verified
{
"add_cross_attention": false,
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": null,
"classifier_dropout": null,
"directionality": "bidi",
"dtype": "bfloat16",
"eos_token_id": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 1024,
"id2label": {
"0": "PREFERENCIA_CANAL",
"1": "DUVIDA_PRODUTO",
"2": "RECLAMACAO",
"3": "PERSONALIZACAO_PEDIDO",
"4": "PEDIDO_ENTREGA",
"5": "FINANCEIRO",
"6": "SOLICITACAO_EXTRA",
"7": "SUPORTE_TECNICO",
"8": "AGENDAMENTO_VISITA",
"9": "CANCELAMENTO",
"10": "ELOGIO",
"11": "SAUDACAO"
},
"initializer_range": 0.02,
"intermediate_size": 4096,
"is_decoder": false,
"label2id": {
"AGENDAMENTO_VISITA": 8,
"CANCELAMENTO": 9,
"DUVIDA_PRODUTO": 1,
"ELOGIO": 10,
"FINANCEIRO": 5,
"PEDIDO_ENTREGA": 4,
"PERSONALIZACAO_PEDIDO": 3,
"PREFERENCIA_CANAL": 0,
"RECLAMACAO": 2,
"SAUDACAO": 11,
"SOLICITACAO_EXTRA": 6,
"SUPORTE_TECNICO": 7
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 16,
"num_hidden_layers": 24,
"output_past": true,
"pad_token_id": 0,
"pooler_fc_size": 768,
"pooler_num_attention_heads": 12,
"pooler_num_fc_layers": 3,
"pooler_size_per_head": 128,
"pooler_type": "first_token_transform",
"problem_type": "single_label_classification",
"tie_word_embeddings": true,
"transformers_version": "5.0.0",
"type_vocab_size": 2,
"use_cache": false,
"vocab_size": 29794
}