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

Ali-Bhai
/
deberta-tool-hallucination-detector

Text Classification
Transformers
Safetensors
English
deberta-v2
hallucination-detection
tool-use
deberta-v3
ragtruth
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Ali-Bhai/deberta-tool-hallucination-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Ali-Bhai/deberta-tool-hallucination-detector with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Ali-Bhai/deberta-tool-hallucination-detector")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Ali-Bhai/deberta-tool-hallucination-detector")
    model = AutoModelForSequenceClassification.from_pretrained("Ali-Bhai/deberta-tool-hallucination-detector")
  • Notebooks
  • Google Colab
  • Kaggle
deberta-tool-hallucination-detector
578 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Ali-Bhai's picture
Ali-Bhai
Polish model card metadata
c8695e1 verified 3 days ago
  • eval
    Add final DeBERTa tool hallucination detector 3 days ago
  • reports
    Add final DeBERTa tool hallucination detector 3 days ago
  • submission_package
    Add final DeBERTa tool hallucination detector 3 days ago
  • .gitattributes
    175 Bytes
    Add final DeBERTa tool hallucination detector 3 days ago
  • README.md
    1.88 kB
    Polish model card metadata 3 days ago
  • config.json
    1.2 kB
    Add final DeBERTa tool hallucination detector 3 days ago
  • inference.py
    5.3 kB
    Add final DeBERTa tool hallucination detector 3 days ago
  • model.safetensors
    568 MB
    xet
    Add final DeBERTa tool hallucination detector 3 days ago
  • selected_model_config.json
    3.5 kB
    Add final DeBERTa tool hallucination detector 3 days ago
  • tokenizer.json
    8.34 MB
    Add final DeBERTa tool hallucination detector 3 days ago
  • tokenizer_config.json
    509 Bytes
    Add final DeBERTa tool hallucination detector 3 days ago
  • training_extra_config.json
    1.01 kB
    Add final DeBERTa tool hallucination detector 3 days ago