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

DornierDo17
/
MiniRoBERTa_SST2

Text Classification
Transformers
English
#sst2
#text-classification
#ai
Model card Files Files and versions
xet
Community

Instructions to use DornierDo17/MiniRoBERTa_SST2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DornierDo17/MiniRoBERTa_SST2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="DornierDo17/MiniRoBERTa_SST2")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("DornierDo17/MiniRoBERTa_SST2", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MiniRoBERTa_SST2
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
DornierDo17's picture
DornierDo17
Update README.md
2b36b15 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • .gitignore
    4 Bytes
    Upload folder using huggingface_hub 11 months ago
  • README.md
    1.09 kB
    Update README.md 11 months ago
  • finetuned.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    212 MB
    xet
    Upload folder using huggingface_hub 11 months ago