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

pepa
/
bigbird-roberta-base-snli

Text Classification
Transformers
PyTorch
big_bird
Generated from Trainer
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use pepa/bigbird-roberta-base-snli with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="pepa/bigbird-roberta-base-snli")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("pepa/bigbird-roberta-base-snli")
    model = AutoModelForSequenceClassification.from_pretrained("pepa/bigbird-roberta-base-snli")
  • Notebooks
  • Google Colab
  • Kaggle
bigbird-roberta-base-snli
516 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
pepa's picture
pepa
add tokenizer
3cd1108 over 3 years ago
  • .gitattributes
    1.43 kB
    initial commit over 3 years ago
  • .gitignore
    13 Bytes
    google/bigbird-roberta-base-snli over 3 years ago
  • README.md
    1.18 kB
    update model card README.md over 3 years ago
  • config.json
    1.12 kB
    google/bigbird-roberta-base-snli over 3 years ago
  • pytorch_model.bin
    512 MB
    xet
    google/bigbird-roberta-base-snli over 3 years ago
  • special_tokens_map.json
    960 Bytes
    add tokenizer over 3 years ago
  • spiece.model
    846 kB
    xet
    add tokenizer over 3 years ago
  • tokenizer.json
    2.46 MB
    add tokenizer over 3 years ago
  • tokenizer_config.json
    1.51 kB
    add tokenizer over 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.TrainingArguments",
    • "torch.device",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy"

    How to fix it?

    3.38 kB
    xet
    google/bigbird-roberta-base-snli over 3 years ago