Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

yafitzdev
/
pyrrho-modernbert-base-v1

Text Classification
Transformers
ONNX
Safetensors
English
modernbert
rag
governance
hallucination-detection
epistemic-honesty
classification
fitz-gov
pyrrho
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use yafitzdev/pyrrho-modernbert-base-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yafitzdev/pyrrho-modernbert-base-v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="yafitzdev/pyrrho-modernbert-base-v1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("yafitzdev/pyrrho-modernbert-base-v1")
    model = AutoModelForSequenceClassification.from_pretrained("yafitzdev/pyrrho-modernbert-base-v1")
  • Notebooks
  • Google Colab
  • Kaggle
pyrrho-modernbert-base-v1
1.35 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
yafitzdev's picture
yafitzdev
Cross-link to yafitzdev/fitz-gov dataset (now live on HF)
54ab7af verified about 23 hours ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • README.md
    8.4 kB
    Cross-link to yafitzdev/fitz-gov dataset (now live on HF) about 23 hours ago
  • config.json
    1.45 kB
    Initial release: pyrrho-modernbert-base-v1 about 24 hours ago
  • model.onnx
    599 MB
    xet
    Initial release: pyrrho-modernbert-base-v1 about 24 hours ago
  • model.safetensors
    598 MB
    xet
    Initial release: pyrrho-modernbert-base-v1 about 24 hours ago
  • model_quantized.onnx
    151 MB
    xet
    Initial release: pyrrho-modernbert-base-v1 about 24 hours ago
  • ort_config.json
    796 Bytes
    Initial release: pyrrho-modernbert-base-v1 about 24 hours ago
  • special_tokens_map.json
    731 Bytes
    Initial release: pyrrho-modernbert-base-v1 about 24 hours ago
  • tokenizer.json
    3.58 MB
    Initial release: pyrrho-modernbert-base-v1 about 24 hours ago
  • tokenizer_config.json
    21.8 kB
    Initial release: pyrrho-modernbert-base-v1 about 24 hours ago