File size: 477 Bytes
87b4d0f |
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 |
name: "paraphrase-multilingual-MiniLM-L12-v2_tokenizer_onnx"
max_batch_size: 0
backend: "python"
input [
{
name: "TEXT"
data_type: TYPE_STRING
dims: [ -1 ]
}
]
output [
{
name: "input_ids"
data_type: TYPE_INT32
dims: [-1, -1]
},
{
name: "token_type_ids"
data_type: TYPE_INT32
dims: [-1, -1]
},
{
name: "attention_mask"
data_type: TYPE_INT32
dims: [-1, -1]
}
]
instance_group [
{
count: 1
kind: KIND_GPU
}
] |