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

NagaYu
/
claimcheck-rules

Text Classification
Transformers
English
Japanese
hallucination-detection
groundedness
rag
guardrails
rule-based
not-a-neural-model
Model card Files Files and versions
xet
Community

Instructions to use NagaYu/claimcheck-rules with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use NagaYu/claimcheck-rules with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="NagaYu/claimcheck-rules")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("NagaYu/claimcheck-rules", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
claimcheck-rules
221 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
NagaYu's picture
NagaYu
Document the Python implementation and the JS parity guarantee
419be34 verified 7 days ago
  • policies
    ClaimCheck v1.1.0: rule pack, policy presets and 158-case bilingual evaluation set 7 days ago
  • python
    Add the Python reference implementation (Gradio UI + REST API) for self-hosting 7 days ago
  • rules
    ClaimCheck v1.1.0: rule pack, policy presets and 158-case bilingual evaluation set 7 days ago
  • .gitattributes
    1.52 kB
    initial commit 7 days ago
  • README.md
    9.81 kB
    Document the Python implementation and the JS parity guarantee 7 days ago