segmentation-observations
Browse files- README.md +2 -2
- config.json +59 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
README.md
CHANGED
|
@@ -4,14 +4,14 @@ base_model: neuralmind/bert-base-portuguese-cased
|
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
model-index:
|
| 7 |
-
- name:
|
| 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 |
-
#
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on an unknown dataset.
|
| 17 |
|
|
|
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
model-index:
|
| 7 |
+
- name: segmentation-observations
|
| 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 |
+
# segmentation-observations
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on an unknown dataset.
|
| 17 |
|
config.json
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "Pre\u00e7o alto",
|
| 14 |
+
"1": "Estoque cheio",
|
| 15 |
+
"2": "Compra com externo",
|
| 16 |
+
"3": "Comprou recente",
|
| 17 |
+
"4": "Possui outro cadastro",
|
| 18 |
+
"5": "Nao atende",
|
| 19 |
+
"6": "Telefone incorreto",
|
| 20 |
+
"7": "Encerrou as opera\u00e7\u00f5es",
|
| 21 |
+
"8": "Cota\u00e7\u00e3o",
|
| 22 |
+
"9": "Sem credito",
|
| 23 |
+
"10": "Ligar outro dia"
|
| 24 |
+
},
|
| 25 |
+
"initializer_range": 0.02,
|
| 26 |
+
"intermediate_size": 3072,
|
| 27 |
+
"label2id": {
|
| 28 |
+
"Compra com externo": 2,
|
| 29 |
+
"Comprou recente": 3,
|
| 30 |
+
"Cota\u00e7\u00e3o": 8,
|
| 31 |
+
"Encerrou as opera\u00e7\u00f5es": 7,
|
| 32 |
+
"Estoque cheio": 1,
|
| 33 |
+
"Ligar outro dia:": 10,
|
| 34 |
+
"Nao atende": 5,
|
| 35 |
+
"Possui outro cadastro": 4,
|
| 36 |
+
"Pre\u00e7o alto": 0,
|
| 37 |
+
"Sem credito": 9,
|
| 38 |
+
"Telefone incorreto": 6
|
| 39 |
+
},
|
| 40 |
+
"layer_norm_eps": 1e-12,
|
| 41 |
+
"max_position_embeddings": 512,
|
| 42 |
+
"model_type": "bert",
|
| 43 |
+
"num_attention_heads": 12,
|
| 44 |
+
"num_hidden_layers": 12,
|
| 45 |
+
"output_past": true,
|
| 46 |
+
"pad_token_id": 0,
|
| 47 |
+
"pooler_fc_size": 768,
|
| 48 |
+
"pooler_num_attention_heads": 12,
|
| 49 |
+
"pooler_num_fc_layers": 3,
|
| 50 |
+
"pooler_size_per_head": 128,
|
| 51 |
+
"pooler_type": "first_token_transform",
|
| 52 |
+
"position_embedding_type": "absolute",
|
| 53 |
+
"problem_type": "single_label_classification",
|
| 54 |
+
"torch_dtype": "float32",
|
| 55 |
+
"transformers_version": "4.35.2",
|
| 56 |
+
"type_vocab_size": 2,
|
| 57 |
+
"use_cache": true,
|
| 58 |
+
"vocab_size": 29794
|
| 59 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32a91eaa3d47dd7153f181ed9bd3334fc8770a7f94aaacf2bf89b79aef36922c
|
| 3 |
+
size 435749908
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f801fb28eab21e4ad63731c03c98a0bae3dd2d22ed031d10220484006b36831c
|
| 3 |
+
size 4600
|