arubenruben's picture
commit files to HF hub
d200bec
raw
history blame
1.04 kB
{
"_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"
}