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

Vibudhbh
/
my-first-lora-model

PEFT
Safetensors
English
lora
instruction-tuning
educational
failure-case
learning-journey
Model card Files Files and versions
xet
Community

Instructions to use Vibudhbh/my-first-lora-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Vibudhbh/my-first-lora-model with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/DialoGPT-small")
    model = PeftModel.from_pretrained(base_model, "Vibudhbh/my-first-lora-model")
  • Notebooks
  • Google Colab
  • Kaggle
my-first-lora-model
3.26 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Vibudhbh's picture
Vibudhbh
Add educational README explaining the failure case
cca870f verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    4.54 kB
    Add educational README explaining the failure case 9 months ago
  • adapter_config.json
    892 Bytes
    Upload adapter_config.json 9 months ago
  • adapter_model.safetensors
    3.25 MB
    xet
    Upload adapter_model.safetensors 9 months ago