roberta-pii / onnx_config.json
barflyman's picture
Upload 6 files
47ec1ca verified
{
"format": "onnx",
"model_type": "token_classification",
"inputs": {
"input_ids": {
"dtype": "int64",
"shape": [
"batch",
"sequence"
]
},
"attention_mask": {
"dtype": "int64",
"shape": [
"batch",
"sequence"
]
}
},
"outputs": {
"logits": {
"dtype": "float32",
"shape": [
"batch",
"sequence",
2
]
}
}
}