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

yuuhan
/
roberta-base-rte-lora-layer6-11

PEFT
Model card Files Files and versions
xet
Community

Instructions to use yuuhan/roberta-base-rte-lora-layer6-11 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use yuuhan/roberta-base-rte-lora-layer6-11 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("/home/sunyuhan/syh/sunyuhan/zju/roberta-base")
    model = PeftModel.from_pretrained(base_model, "yuuhan/roberta-base-rte-lora-layer6-11")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base-rte-lora-layer6-11
2.97 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
yuuhan's picture
yuuhan
Update README.md
94db472 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    121 Bytes
    Update README.md almost 3 years ago
  • adapter_config.json
    481 Bytes
    Upload model almost 3 years ago
  • adapter_model.bin
    2.97 MB
    xet
    Upload model almost 3 years ago