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

aiface
/
bart-large-mnli_nli

Text Classification
Transformers
Safetensors
bart
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use aiface/bart-large-mnli_nli with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="aiface/bart-large-mnli_nli")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("aiface/bart-large-mnli_nli")
    model = AutoModelForSequenceClassification.from_pretrained("aiface/bart-large-mnli_nli")
  • Notebooks
  • Google Colab
  • Kaggle
bart-large-mnli_nli
1.64 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 28 commits
aiface's picture
aiface
Model save
a117045 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    4.15 kB
    Model save 11 months ago
  • classification_report_test.txt
    451 Bytes
    Model save 11 months ago
  • config.json
    1.23 kB
    Training in progress, epoch 1 11 months ago
  • confusion_matrix_test.csv
    103 Bytes
    Model save 11 months ago
  • merges.txt
    456 kB
    Training in progress, epoch 1 11 months ago
  • model.safetensors
    1.63 GB
    xet
    Model save 11 months ago
  • model_predict.csv
    795 kB
    Model save 11 months ago
  • special_tokens_map.json
    279 Bytes
    Training in progress, epoch 1 11 months ago
  • tokenizer.json
    3.56 MB
    Training in progress, epoch 1 11 months ago
  • tokenizer_config.json
    1.24 kB
    Training in progress, epoch 1 11 months ago
  • training_args.bin
    5.91 kB
    xet
    Training in progress, epoch 1 11 months ago
  • vocab.json
    798 kB
    Training in progress, epoch 1 11 months ago