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-span-detector

Token Classification
Transformers
Safetensors
English
deberta-v2
hallucination-detection
span-detection
tool-use
deberta-v3
ragtruth
Model card Files Files and versions
xet
Community

Instructions to use Ali-Bhai/deberta-tool-hallucination-span-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-span-detector with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Ali-Bhai/deberta-tool-hallucination-span-detector")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Ali-Bhai/deberta-tool-hallucination-span-detector")
    model = AutoModelForTokenClassification.from_pretrained("Ali-Bhai/deberta-tool-hallucination-span-detector")
  • Notebooks
  • Google Colab
  • Kaggle
deberta-tool-hallucination-span-detector / eval
30.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Ali-Bhai's picture
Ali-Bhai
Add final DeBERTa span-level tool hallucination detector
bf58e9a verified 2 days ago
  • span_deberta_test_predictions.jsonl
    1.83 MB
    Add final DeBERTa span-level tool hallucination detector 2 days ago
  • span_deberta_test_token_predictions.jsonl
    13.1 MB
    xet
    Add final DeBERTa span-level tool hallucination detector 2 days ago
  • span_deberta_validation_predictions.jsonl
    1.89 MB
    Add final DeBERTa span-level tool hallucination detector 2 days ago
  • span_deberta_validation_token_predictions.jsonl
    13.2 MB
    xet
    Add final DeBERTa span-level tool hallucination detector 2 days ago