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

  • Log In
  • Sign Up

docampo99
/
BART-quantized-rte

Text Classification
Transformers
TensorBoard
Safetensors
bart
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use docampo99/BART-quantized-rte with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use docampo99/BART-quantized-rte with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="docampo99/BART-quantized-rte")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("docampo99/BART-quantized-rte")
    model = AutoModelForSequenceClassification.from_pretrained("docampo99/BART-quantized-rte")
  • Notebooks
  • Google Colab
  • Kaggle
BART-quantized-rte / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
docampo99's picture
docampo99
Training in progress, epoch 2
9cdac01 verified about 2 years ago
  • Apr01_13-49-08_a215b111b55c
    Training in progress, epoch 2 about 2 years ago