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

soumyasanyal
/
nli-entailment-verifier-xxl

Transformers
PyTorch
Safetensors
English
t5
text2text-generation
text-generation-inference
Model card Files Files and versions
xet
Community
2

Instructions to use soumyasanyal/nli-entailment-verifier-xxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use soumyasanyal/nli-entailment-verifier-xxl with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("soumyasanyal/nli-entailment-verifier-xxl")
    model = AutoModelForSeq2SeqLM.from_pretrained("soumyasanyal/nli-entailment-verifier-xxl", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
nli-entailment-verifier-xxl
44.5 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 18 commits
soumyasanyal's picture
soumyasanyal
Update README.md
40891f0 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.18 kB
    Update README.md over 2 years ago
  • config.json
    794 Bytes
    test over 2 years ago
  • generation_config.json
    147 Bytes
    test over 2 years ago
  • pytorch_model.bin
    44.5 GB
    xet
    Fix model weight keys over 2 years ago