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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Ali-Bhai
/
toolace_hallucination_deberta_v3_small

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

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

  • Libraries
  • Transformers

    How to use Ali-Bhai/toolace_hallucination_deberta_v3_small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Ali-Bhai/toolace_hallucination_deberta_v3_small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Ali-Bhai/toolace_hallucination_deberta_v3_small")
    model = AutoModelForTokenClassification.from_pretrained("Ali-Bhai/toolace_hallucination_deberta_v3_small")
  • Notebooks
  • Google Colab
  • Kaggle
toolace_hallucination_deberta_v3_small
574 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Ali-Bhai's picture
Ali-Bhai
Add model card metadata and loading instructions
0f86df1 verified about 2 months ago
  • results
    Upload DeBERTa token classifier and evaluation results about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    3.29 kB
    Add model card metadata and loading instructions about 2 months ago
  • best_thresholds.json
    74 Bytes
    Upload DeBERTa token classifier and evaluation results about 2 months ago
  • config.json
    1.16 kB
    Upload DeBERTa token classifier and evaluation results about 2 months ago
  • model.safetensors
    565 MB
    xet
    Upload DeBERTa token classifier and evaluation results about 2 months ago
  • tokenizer.json
    8.34 MB
    Upload DeBERTa token classifier and evaluation results about 2 months ago
  • tokenizer_config.json
    509 Bytes
    Upload DeBERTa token classifier and evaluation results about 2 months ago
  • training_args.bin

    Detected Pickle imports (10)

    • "transformers.trainer_utils.SaveStrategy",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.OptimizerNames",
    • "accelerate.state.PartialState",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device"

    How to fix it?

    5.27 kB
    xet
    Upload DeBERTa token classifier and evaluation results about 2 months ago