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

textattack
/
facebook-bart-large-QNLI

Text Classification
Transformers
PyTorch
bart
Model card Files Files and versions
xet
Community
1

Instructions to use textattack/facebook-bart-large-QNLI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use textattack/facebook-bart-large-QNLI with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="textattack/facebook-bart-large-QNLI")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("textattack/facebook-bart-large-QNLI")
    model = AutoModelForSequenceClassification.from_pretrained("textattack/facebook-bart-large-QNLI")
  • Notebooks
  • Google Colab
  • Kaggle
facebook-bart-large-QNLI
Ctrl+K
Ctrl+K
History: 10 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
a13618c over 2 years ago
  • .gitattributes
    399 Bytes
    Adding `safetensors` variant of this model over 2 years ago
  • config.json
    1.2 kB
    Update config.json almost 6 years ago
  • eval_results_qnli.txt
    74 Bytes
    Update eval_results_qnli.txt almost 6 years ago
  • merges.txt
    456 kB
    Update merges.txt almost 6 years ago
  • model.safetensors
    1.63 GB
    xet
    Adding `safetensors` variant of this model over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    1.63 GB
    xet
    Update pytorch_model.bin almost 6 years ago
  • special_tokens_map.json
    150 Bytes
    Update special_tokens_map.json almost 6 years ago
  • tokenizer_config.json
    26 Bytes
    Update tokenizer_config.json almost 6 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "transformers.training_args.TrainingArguments",
    • "torch.device"

    How to fix it?

    1.05 kB
    xet
    Update training_args.bin almost 6 years ago
  • vocab.json
    899 kB
    Update vocab.json almost 6 years ago