whylabs / langkit

🔍 LangKit: An open-source toolkit for monitoring Large Language Models (LLMs). 📚 Extracts signals from prompts & responses, ensuring safety & security. 🛡️ Features include text quality, relevance metrics, & sentiment analysis. 📊 A comprehensive tool for LLM observability. 👀
https://whylabs.ai
Apache License 2.0
839 stars 67 forks source link

add onnx version for toxicity and topic models #283

Closed FelipeAdachi closed 7 months ago

FelipeAdachi commented 7 months ago

Add onnx versions for toxicity and topic metrics

This assumes a local folder with the onnx model artifacts:

The use is exactly the same, but importing topic_onnx and toxicity_onnx instead of the original metrics.

FelipeAdachi commented 7 months ago

Closing this as this was included in other commits