tinybert-ner-demo-de / config_gpu.pbtxt
VCal's picture
Upload PyTorch model
cecbf37 verified
raw
history blame contribute delete
432 Bytes
name: "tinybert-familyhistory-de"
backend: "python"
input [
{
name: "text"
data_type: TYPE_STRING
dims: [-1]
}
]
output [
{
name: "output"
data_type: TYPE_STRING
dims: [-1]
}
]
instance_group [
{
kind: KIND_GPU
}
]
dynamic_batching {
default_queue_policy: {
default_timeout_microseconds: 60000000
}
}