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

philschmid
/
RoBERTa-Banking77

Text Classification
Transformers
PyTorch
English
roberta
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

Instructions to use philschmid/RoBERTa-Banking77 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use philschmid/RoBERTa-Banking77 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="philschmid/RoBERTa-Banking77")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("philschmid/RoBERTa-Banking77")
    model = AutoModelForSequenceClassification.from_pretrained("philschmid/RoBERTa-Banking77")
  • Notebooks
  • Google Colab
  • Kaggle
RoBERTa-Banking77
331 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
philschmid's picture
philschmid
Update config.json
e45f9df over 4 years ago
  • .gitattributes
    1.26 kB
    Commit From AutoNLP over 4 years ago
  • README.md
    1.67 kB
    Update README.md over 4 years ago
  • config.json
    6.09 kB
    Update config.json over 4 years ago
  • merges.txt
    456 kB
    Commit From AutoNLP over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage",
    • "torch.FloatStorage"

    What is a pickle import?

    329 MB
    xet
    Commit From AutoNLP over 4 years ago
  • sample_input.pkl

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.storage._load_from_bytes",
    • "collections.OrderedDict"

    How to fix it?

    2.55 kB
    xet
    Commit From AutoNLP over 4 years ago
  • special_tokens_map.json
    239 Bytes
    Commit From AutoNLP over 4 years ago
  • tokenizer.json
    1.36 MB
    Commit From AutoNLP over 4 years ago
  • tokenizer_config.json
    322 Bytes
    Commit From AutoNLP over 4 years ago
  • vocab.json
    798 kB
    Commit From AutoNLP over 4 years ago