--- license: apache-2.0 base_model: - fastino/gliner2-base-v1 base_model_relation: quantized library_name: onnxruntime tags: - onnx - quantized - cpu - gliner2 - information-extraction - multilingual --- # EuroCivic GLiNER2 ONNX CPU Bundle This repository contains an ONNX Runtime CPU export of adapter-derived GLiNER2 weights merged into `fastino/gliner2-base-v1`. It is packaged for runtimes that select component files from `gliner2_config.json`. ## Precision Keys - `fp32`: unquantized ONNX components. - `qint8`: fp32 encoder passthrough with QInt8 classifier/span/count components. - `dynamic_q8`: encoder/classifier fp32 passthrough with q8 span/count components. ## Notes - This is an adapter-derived runtime artifact, not a task contract. - Downstream applications should provide their own labels, validation data, and acceptance thresholds.