Views
No views yet
Sami92/XLM-R-Large-ClaimDetection
(multilingual check-worthiness / factual-claim detection), for offline CPU inference via
ONNX Runtime.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
via optimum, then portable INT8 dynamic quantisation via
onnxruntime.quantization.quantize_dynamic, QInt8), so the CC-BY-4.0 license is inherited.config.json is byte-identical to the source, so the label mapping is preserved
(id2label: index 1 = "factual" = the CLAIM class).CPUExecutionProvider
on any architecture (x86-64 and arm64). Deliberately not the x86-only avx512_vnni
target.dev/export_gatekeeper_onnx.py (S3.71), validated to
discriminate an obvious claim from obvious social glue before upload.