GLINER-INT8 / gliner2_config.json
mircq's picture
GLINER quantized INT8
29cd9ec verified
Raw
History Blame Contribute Delete
504 Bytes
{
"max_width": 8,
"special_tokens": {
"[SEP_STRUCT]": 250102,
"[SEP_TEXT]": 250103,
"[P]": 250104,
"[C]": 250105,
"[E]": 250106,
"[R]": 250107,
"[L]": 250108,
"[EXAMPLE]": 250109,
"[OUTPUT]": 250110,
"[DESCRIPTION]": 250111
},
"onnx_files": {
"int8": {
"encoder": "onnx/encoder_int8.onnx",
"classifier": "onnx/classifier_int8.onnx",
"span_rep": "onnx/span_rep_int8.onnx",
"count_embed": "onnx/count_embed_int8.onnx"
}
}
}