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

cowWhySo
/
final-response-verifier-classifier-production

Text Classification
Transformers
ONNX
Safetensors
Rust
English
tool-use
tool-calling
guardrails
final-response-verifier
workflow-verification
shadow-mode
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use cowWhySo/final-response-verifier-classifier-production with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cowWhySo/final-response-verifier-classifier-production with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="cowWhySo/final-response-verifier-classifier-production")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("cowWhySo/final-response-verifier-classifier-production", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
final-response-verifier-classifier-production
1.32 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
cowWhySo's picture
cowWhySo
Add final-response verifier ONNX artifacts
bb11f0a verified 1 day ago
  • hf_model
    Add final-response verifier checkpoint 1 day ago
  • onnx
    Add final-response verifier ONNX artifacts 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 5 days ago
  • README.md
    14 kB
    Create README.md 5 days ago