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

topic model path [workflow] #276

Open FelipeAdachi opened 7 months ago

FelipeAdachi commented 7 months ago

This enables passing different versions of MoritzLaurer zero-shot classification:

MODEL_SMALL = "MoritzLaurer/xtremedistil-l6-h256-zeroshot-v1.1-all-33" MODEL_BASE = "MoritzLaurer/deberta-v3-base-zeroshot-v1.1-all-33" MODEL_LARGE = "MoritzLaurer/deberta-v3-large-zeroshot-v1.1-all-33"

See added tests on how to use it.