Quantized ONNX export of
FacebookAI/roberta-large-mnli at commit
2a8f12d27941090092df78e4ba6f0928eb5eac98. Hosted as the canonical Layer 2 model for
bh-sentinel-ml ≥ 0.2.2.
This is clinical decision support software. It is
not a diagnostic tool,
not FDA-cleared, and
not a substitute for clinical judgment. The
bh-sentinel pipeline that consumes this artifact is intended only for flagging signals for clinician review — never for autonomous clinical action. All outputs are signals for clinician review. See the
main repository's clinical disclaimer for the full notice.
The redistribution is permitted under the upstream MIT terms. The original copyright notice is preserved verbatim in
LICENSE. The Python package that loads this artifact is Apache-2.0 — different copyrightable works can carry different terms; this is a common open-source pattern and is not contradictory.
A prior iteration of this artifact pinned
facebook/bart-large-mnli. BART is encoder-decoder; under INT8 dynamic quantization the classification head's discrimination collapsed (FP32 emitted entailment probabilities near 0.998 on clear positive cases, INT8 emitted near 0.24 with similar magnitudes for negative controls — effectively noise). Encoder-only models like RoBERTa quantize cleanly: this artifact preserves FP32 discrimination to within <1% on the same test cases. See the bh-sentinel repository's
docs/ml-artifact-provenance.md for the full source-selection narrative.
Consumed by
bh-sentinel-ml ≥ 0.2.2 via
Pipeline(enable_transformer=True). The bh-sentinel pipeline performs zero-shot NLI inference against a curated set of clinical hypothesis templates (see
config/ml/zero_shot_hypotheses.yaml) to surface candidate clinical safety flags.
1@misc{roberta-large-mnli,
2 title = {roberta-large-mnli},
3 author = {Facebook AI Research},
4 year = {2019},
5 publisher = {Hugging Face},
6 url = {https://huggingface.co/FacebookAI/roberta-large-mnli}
7}
8
9@article{liu2019roberta,
10 title = {{RoBERTa}: A Robustly Optimized {BERT} Pretraining Approach},
11 author = {Liu, Yinhan and Ott, Myle and Goyal, Naman and Du, Jingfei and Joshi, Mandar and Chen, Danqi and Levy, Omer and Lewis, Mike and Zettlemoyer, Luke and Stoyanov, Veselin},
12 journal = {arXiv preprint arXiv:1907.11692},
13 year = {2019},
14 url = {https://arxiv.org/abs/1907.11692}
15}
16
17@article{yin2019benchmarking,
18 title = {Benchmarking Zero-shot Text Classification: Datasets, Evaluation and Entailment Approach},
19 author = {Yin, Wenpeng and Hay, Jamaal and Roth, Dan},
20 journal = {arXiv preprint arXiv:1909.00161},
21 year = {2019},
22 url = {https://arxiv.org/abs/1909.00161}
23}
24
25@software{bh_sentinel,
26 title = {bh-sentinel: Open-source clinical safety signal detection for behavioral health systems},
27 year = {2026},
28 publisher = {bh-healthcare},
29 url = {https://github.com/bh-healthcare/bh-sentinel}
30}