metadata
license: cc-by-4.0
base_model: Sami92/XLM-R-Large-ClaimDetection
tags:
- onnx
- int8
- claim-detection
- check-worthiness
- multilingual
XLM-R-Large-ClaimDetection — INT8 ONNX
A portable INT8 ONNX export of
Sami92/XLM-R-Large-ClaimDetection
(multilingual check-worthiness / factual-claim detection), for offline CPU inference via
ONNX Runtime.
- Source model / license:
Sami92/XLM-R-Large-ClaimDetection, CC-BY-4.0 — attribution required and retained (see the source repo). This is a pure format conversion (fp32 ONNX export viaoptimum, then portable INT8 dynamic quantisation viaonnxruntime.quantization.quantize_dynamic, QInt8), so the CC-BY-4.0 license is inherited. config.jsonis byte-identical to the source, so the label mapping is preserved (id2label: index 1 ="factual"= the CLAIM class).- Quantisation: portable QInt8 dynamic — runs through ONNX Runtime's
CPUExecutionProvideron any architecture (x86-64 and arm64). Deliberately not the x86-onlyavx512_vnnitarget. - Built by the Buddy framework's
dev/export_gatekeeper_onnx.py(S3.71), validated to discriminate an obvious claim from obvious social glue before upload.