Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

mechramc
/
codek-qwen2.5-coder-7b-lora

Text Generation
PEFT
Safetensors
English
lora
qwen2.5
qwen2.5-coder
code
reasoning
pedagogy
fine-tuned
conversational
Model card Files Files and versions
xet
Community

Instructions to use mechramc/codek-qwen2.5-coder-7b-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use mechramc/codek-qwen2.5-coder-7b-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-Coder-7B-Instruct")
    model = PeftModel.from_pretrained(base_model, "mechramc/codek-qwen2.5-coder-7b-lora")
  • Notebooks
  • Google Colab
  • Kaggle
codek-qwen2.5-coder-7b-lora
177 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
mechramc's picture
mechramc
Upload README.md with huggingface_hub
89be2bd verified about 1 month ago
  • .gitattributes
    1.57 kB
    Upload tokenizer.json with huggingface_hub about 1 month ago
  • README.md
    1.89 kB
    Upload README.md with huggingface_hub about 1 month ago
  • adapter_config.json
    1.2 kB
    Upload adapter_config.json with huggingface_hub about 1 month ago
  • adapter_model.safetensors
    162 MB
    xet
    Upload adapter_model.safetensors with huggingface_hub about 1 month ago
  • added_tokens.json
    632 Bytes
    Upload added_tokens.json with huggingface_hub about 1 month ago
  • chat_template.jinja
    2.51 kB
    Upload chat_template.jinja with huggingface_hub about 1 month ago
  • merges.txt
    1.67 MB
    Upload merges.txt with huggingface_hub about 1 month ago
  • special_tokens_map.json
    613 Bytes
    Upload special_tokens_map.json with huggingface_hub about 1 month ago
  • tokenizer.json
    11.4 MB
    xet
    Upload tokenizer.json with huggingface_hub about 1 month ago
  • tokenizer_config.json
    4.89 kB
    Upload tokenizer_config.json with huggingface_hub about 1 month ago
  • vocab.json
    2.78 MB
    Upload vocab.json with huggingface_hub about 1 month ago