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

lenatr99
/
lora_fine_tuned_cb_XLMroberta

PEFT
TensorBoard
Safetensors
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • PEFT

    How to use lenatr99/lora_fine_tuned_cb_XLMroberta with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("xlm-roberta-base")
    model = PeftModel.from_pretrained(base_model, "lenatr99/lora_fine_tuned_cb_XLMroberta")
  • Notebooks
  • Google Colab
  • Kaggle
lora_fine_tuned_cb_XLMroberta / runs
10.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
lenatr99's picture
lenatr99
lora_fine_tuned_cb_XLMroberta
3bcbf2c verified about 2 years ago
  • May20_08-04-40_9b9f000fd261
    lora_fine_tuned_cb_XLMroberta about 2 years ago