gliner2-multi-edge / gliner2_config.json
patronus-protect's picture
Publish source-faithful fully quantized GLiNER2 edge bundle
d64a54e verified
Raw
History Blame Contribute Delete
349 Bytes
{
"max_width": 8,
"special_tokens": {
"[P]": 250104,
"[E]": 250106,
"[L]": 250108,
"[SEP_TEXT]": 250103
},
"onnx_files": {
"quantized": {
"encoder": "encoder_int8_int4.onnx",
"classifier": "classifier_int8.onnx",
"span_rep": "span_rep_int8.onnx",
"count_embed": "count_lstm_int8.onnx"
}
}
}