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

empirischtech
/
Qwen2.5-Coder-32B-Palace-LoRA

Text Generation
PEFT
Safetensors
English
lora
qlora
qwen2.5-coder
palace
electromagnetics
finite-element
code-generation
json
conversational
Model card Files Files and versions
xet
Community

Instructions to use empirischtech/Qwen2.5-Coder-32B-Palace-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use empirischtech/Qwen2.5-Coder-32B-Palace-LoRA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-32B-Instruct")
    model = PeftModel.from_pretrained(base_model, "empirischtech/Qwen2.5-Coder-32B-Palace-LoRA")
  • Notebooks
  • Google Colab
  • Kaggle
Qwen2.5-Coder-32B-Palace-LoRA
2.16 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
rwmasood's picture
rwmasood
Add LoRA weights
95b20c7 verified 6 days ago
  • .gitattributes
    1.57 kB
    Add tokenizer.json 6 days ago
  • README.md
    4.36 kB
    Add model card 6 days ago
  • adapter_config.json
    1.11 kB
    Add adapter_config.json 6 days ago
  • adapter_model.safetensors
    2.15 GB
    xet
    Add LoRA weights 6 days ago
  • chat_template.jinja
    292 Bytes
    Add chat_template.jinja 6 days ago
  • tokenizer.json
    11.4 MB
    xet
    Add tokenizer.json 6 days ago
  • tokenizer_config.json
    692 Bytes
    Add tokenizer_config.json 6 days ago