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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

AndersGiovanni
/
roberta-large-10-dim

Text Classification
PEFT
Safetensors
English
Model card Files Files and versions
xet
Community

Instructions to use AndersGiovanni/roberta-large-10-dim with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use AndersGiovanni/roberta-large-10-dim with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("roberta-large")
    model = PeftModel.from_pretrained(base_model, "AndersGiovanni/roberta-large-10-dim")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-large-10-dim
10.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits

This model has 1 file scanned as unsafe.

AndersGiovanni's picture
AndersGiovanni
Update README.md
12dda5d verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.36 kB
    Update README.md over 2 years ago
  • adapter_config.json
    431 Bytes
    End of training over 2 years ago
  • adapter_model.bin
    5.06 MB
    xet
    End of training over 2 years ago
  • adapter_model.safetensors
    5.04 MB
    xet
    End of training over 2 years ago
  • training_args.bin
    4.92 kB
    xet
    End of training over 2 years ago