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

  • Log In
  • Sign Up

tcapelle
/
hallu_scorer2

Token Classification
Transformers
Safetensors
t5
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use tcapelle/hallu_scorer2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tcapelle/hallu_scorer2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="tcapelle/hallu_scorer2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tcapelle/hallu_scorer2")
    model = AutoModelForTokenClassification.from_pretrained("tcapelle/hallu_scorer2")
  • Notebooks
  • Google Colab
  • Kaggle
hallu_scorer2
442 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
tcapelle's picture
tcapelle
Upload PairTextClassificationPipeline
cdf4ebf verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    5.17 kB
    Upload PairTextClassificationPipeline about 1 year ago
  • config.json
    1.77 kB
    Upload PairTextClassificationPipeline about 1 year ago
  • custom_pipeline.py
    1.54 kB
    Upload PairTextClassificationPipeline about 1 year ago
  • model.safetensors
    439 MB
    xet
    Upload PairTextClassificationPipeline about 1 year ago
  • special_tokens_map.json
    2.54 kB
    Upload PairTextClassificationPipeline about 1 year ago
  • spiece.model
    792 kB
    xet
    Upload PairTextClassificationPipeline about 1 year ago
  • tokenizer.json
    2.42 MB
    Upload PairTextClassificationPipeline about 1 year ago
  • tokenizer_config.json
    20.9 kB
    Upload PairTextClassificationPipeline about 1 year ago