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

daniel-dona
/
Qwen3-Coder-30B-A3B-Instruct_extracted_LoRA

PEFT
Safetensors
mergekit
Model card Files Files and versions
xet
Community

Instructions to use daniel-dona/Qwen3-Coder-30B-A3B-Instruct_extracted_LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use daniel-dona/Qwen3-Coder-30B-A3B-Instruct_extracted_LoRA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-30B-A3B-Instruct-2507")
    model = PeftModel.from_pretrained(base_model, "daniel-dona/Qwen3-Coder-30B-A3B-Instruct_extracted_LoRA")
  • Notebooks
  • Google Colab
  • Kaggle
Qwen3-Coder-30B-A3B-Instruct_extracted_LoRA
14.8 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Daniel Doña
Initial test
36ae20c 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    788 Bytes
    Initial test 10 months ago
  • adapter_config.json
    685 Bytes
    Initial test 10 months ago
  • adapter_model.safetensors
    14.8 GB
    xet
    Initial test 10 months ago