Thytu
feat: model
097107d
name: "bhadresh-savani_distilbert-base-uncased-emotion_onnx_tokenize"
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: "attention_mask"
data_type: TYPE_INT32
dims: [-1, -1]
}
]
instance_group [
{
count: 1
kind: KIND_GPU
}
]