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

liyingjian
/
peft-deepseek-code-lora

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

Instructions to use liyingjian/peft-deepseek-code-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use liyingjian/peft-deepseek-code-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-coder-1.3b-base")
    model = PeftModel.from_pretrained(base_model, "liyingjian/peft-deepseek-code-lora")
  • Notebooks
  • Google Colab
  • Kaggle
peft-deepseek-code-lora / runs
39.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 30 commits
liyingjian's picture
liyingjian
Training in progress, step 3000
9cae030 verified about 2 years ago
  • Jun03_17-18-20_DESKTOP-L7TAKB2
    Training in progress, step 3000 about 2 years ago