File size: 1,039 Bytes
eb2d250
d200bec
eb2d250
 
 
 
d200bec
 
eb2d250
 
d200bec
 
 
 
 
 
 
 
 
eb2d250
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "_name_or_path": "arubenruben/PT-BERT-Large-CRF-Conll2003",
  "architectures": [
    "BERT_CRF"
  ],
  "auto_map": {
    "AutoConfig": "arubenruben/PT-BERT-Large-CRF-Conll2003--model.BERT_CRF_Config",
    "AutoModelForTokenClassification": "arubenruben/PT-BERT-Large-CRF-Conll2003--model.BERT_CRF"
  },
  "bert_name": "neuralmind/bert-large-portuguese-cased",
  "custom_pipelines": {
    "PT-BERT-Large-CRF-Conll2003-pipeline": {
      "impl": "deploy_pipeline.BERT_CRF_Pipeline",
      "pt": [
        "AutoModelForTokenClassification"
      ],
      "tf": []
    }
  },
  "id2label": {
    "0": "O",
    "1": "B-PER",
    "2": "I-PER",
    "3": "B-ORG",
    "4": "I-ORG",
    "5": "B-LOC",
    "6": "I-LOC",
    "7": "B-MISC",
    "8": "I-MISC"
  },
  "label2id": {
    "B-LOC": 5,
    "B-MISC": 7,
    "B-ORG": 3,
    "B-PER": 1,
    "I-LOC": 6,
    "I-MISC": 8,
    "I-ORG": 4,
    "I-PER": 2,
    "O": 0
  },
  "model_name": "BERT_CRF",
  "model_type": "BERT_CRF",
  "torch_dtype": "float32",
  "transformers_version": "4.29.2"
}