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

Intel
/
bart-large-mrpc

Text Classification
Transformers
PyTorch
English
bart
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use Intel/bart-large-mrpc with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Intel/bart-large-mrpc")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Intel/bart-large-mrpc")
    model = AutoModelForSequenceClassification.from_pretrained("Intel/bart-large-mrpc")
  • Notebooks
  • Google Colab
  • Kaggle
bart-large-mrpc
1.63 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 3 commits
juliensimon's picture
juliensimon
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model (#2)
e4885d3 over 2 years ago
  • .gitattributes
    1.22 kB
    initial commit about 4 years ago
  • README.md
    1.54 kB
    Librarian Bot: Add base_model information to model (#2) over 2 years ago
  • all_results.json
    482 Bytes
    upload fp32 model about 4 years ago
  • config.json
    1.77 kB
    upload fp32 model about 4 years ago
  • eval_results.json
    309 Bytes
    upload fp32 model about 4 years ago
  • merges.txt
    456 kB
    upload fp32 model about 4 years ago
  • pytorch_model.bin
    1.63 GB
    xet
    upload fp32 model about 4 years ago
  • special_tokens_map.json
    239 Bytes
    upload fp32 model about 4 years ago
  • tokenizer.json
    2.11 MB
    upload fp32 model about 4 years ago
  • tokenizer_config.json
    354 Bytes
    upload fp32 model about 4 years ago
  • train_results.json
    193 Bytes
    upload fp32 model about 4 years ago
  • trainer_state.json
    838 Bytes
    upload fp32 model about 4 years ago
  • training_args.bin
    3.06 kB
    xet
    upload fp32 model about 4 years ago
  • vocab.json
    798 kB
    upload fp32 model about 4 years ago