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