metadata
license: other
license_name: govtech-singapore
license_link: LICENSE
LionGuard
LionGuard is a classifier for detecting unsafe content in the Singapore context. It uses pre-trained BAAI English embeddings and performs classification with a trained Ridge Classification model.
Usage
- Install
transformers
,onnxruntime
andhuggingface_hub
libraries.
pip install transformers onnxruntime huggingface_hub
- Run inference.
python inference.py '["Example text 1"]'