palaciodata's picture
Upload: model.onnx <- model.safetensors
f1fe7af verified
Raw
History Blame Contribute Delete
465 Bytes
{
"model_type": "bert",
"architectures": [
"BertDualHeadModel"
],
"onnx_file": "model.onnx",
"model_format": "onnx",
"base_model": "Itau-Unibanco/NorBERTo-base",
"num_labels": 2,
"id2label": {
"0": "NONE",
"1": "ENTAILMENT"
},
"label2id": {
"NONE": 0,
"ENTAILMENT": 1
},
"tasks": [
"text-classification",
"similarity-regression"
],
"hidden_size": 768,
"vocab_size": 50265,
"max_position_embeddings": 512
}