Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

rootfs
/
tool-call-verifier

Token Classification
Transformers
Safetensors
English
modernbert
security
jailbreak-detection
prompt-injection
tool-calling
llm-safety
mcp
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use rootfs/tool-call-verifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rootfs/tool-call-verifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="rootfs/tool-call-verifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("rootfs/tool-call-verifier")
    model = AutoModelForTokenClassification.from_pretrained("rootfs/tool-call-verifier")
  • Notebooks
  • Google Colab
  • Kaggle
tool-call-verifier
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Huamin's picture
Huamin
Add YAML metadata to model card
0ff2fee verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    8.23 kB
    Add YAML metadata to model card 5 months ago
  • best_metrics.json
    1.02 kB
    Update model with binary classification (UNAUTHORIZED F1: 93.50%) 5 months ago
  • config.json
    1.36 kB
    Update model with binary classification (UNAUTHORIZED F1: 93.50%) 5 months ago
  • final_report.json
    248 Bytes
    Update model with binary classification (UNAUTHORIZED F1: 93.50%) 5 months ago
  • model.safetensors
    598 MB
    xet
    Update model with binary classification (UNAUTHORIZED F1: 93.50%) 5 months ago
  • special_tokens_map.json
    694 Bytes
    Upload folder using huggingface_hub 5 months ago
  • tokenizer.json
    3.58 MB
    Upload folder using huggingface_hub 5 months ago
  • tokenizer_config.json
    20.8 kB
    Upload folder using huggingface_hub 5 months ago
  • training_config.json
    481 Bytes
    Update model with binary classification (UNAUTHORIZED F1: 93.50%) 5 months ago