Text Classification
Transformers
ONNX
Safetensors
English
modernbert
rag
governance
hallucination-detection
classification
fitz-gov
pyrrho
text-embeddings-inference
Instructions to use yafitzdev/pyrrho-v1-nano-g2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yafitzdev/pyrrho-v1-nano-g2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="yafitzdev/pyrrho-v1-nano-g2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("yafitzdev/pyrrho-v1-nano-g2") model = AutoModelForSequenceClassification.from_pretrained("yafitzdev/pyrrho-v1-nano-g2") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
2da40f0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fcbbe3be2c39ab724f2dc23faf4c4e91784618eec46e29c6abe45d34ae6ba83c
size 2960015
|