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

vmanvs
/
halugate-sentinel-onnx

Text Classification
Transformers
ONNX
Transformers.js
English
modernbert
hallucination-detection
quantization
factual-gateway
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use vmanvs/halugate-sentinel-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use vmanvs/halugate-sentinel-onnx with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="vmanvs/halugate-sentinel-onnx")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("vmanvs/halugate-sentinel-onnx")
    model = AutoModelForSequenceClassification.from_pretrained("vmanvs/halugate-sentinel-onnx")
  • Transformers.js

    How to use vmanvs/halugate-sentinel-onnx with Transformers.js:

    // npm i @huggingface/transformers
    import { pipeline } from '@huggingface/transformers';
    
    // Allocate pipeline
    const pipe = await pipeline('text-classification', 'vmanvs/halugate-sentinel-onnx');
  • Notebooks
  • Google Colab
  • Kaggle
halugate-sentinel-onnx
1.94 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
vmanvs's picture
vmanvs
Update README.md
da2714f verified 5 months ago
  • onnx
    Upload models 5 months ago
  • .gitattributes
    1.58 kB
    Upload models 5 months ago
  • README.md
    8.03 kB
    Update README.md 5 months ago
  • config.json
    1.39 kB
    Upload models 5 months ago
  • fact_check_mapping.json
    172 Bytes
    Upload models 5 months ago
  • label_mapping.json
    172 Bytes
    Upload models 5 months ago
  • special_tokens_map.json
    694 Bytes
    Upload models 5 months ago
  • tokenizer.json
    3.58 MB
    Upload models 5 months ago
  • tokenizer_config.json
    20.8 kB
    Upload models 5 months ago