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

Mahmoud8
/
bigbird-roberta-base

Text Classification
Transformers
PyTorch
TensorBoard
big_bird
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use Mahmoud8/bigbird-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Mahmoud8/bigbird-roberta-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Mahmoud8/bigbird-roberta-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Mahmoud8/bigbird-roberta-base")
    model = AutoModelForSequenceClassification.from_pretrained("Mahmoud8/bigbird-roberta-base")
  • Notebooks
  • Google Colab
  • Kaggle
bigbird-roberta-base / runs
9.84 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Mahmoud8's picture
Mahmoud8
Training in progress, epoch 4
719dd47 over 2 years ago
  • Oct31_09-22-01_5f288945865a
    Training in progress, epoch 4 over 2 years ago