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

jsmall12
/
DataSci-Coder-14B-LoRA

Text Generation
PEFT
Safetensors
English
qlora
data-science
code-generation
qwen2
lora
sft
unsloth
conversational
Model card Files Files and versions
xet
Community

Instructions to use jsmall12/DataSci-Coder-14B-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use jsmall12/DataSci-Coder-14B-LoRA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-Coder-14B-Instruct-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "jsmall12/DataSci-Coder-14B-LoRA")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Unsloth Desktop
DataSci-Coder-14B-LoRA
287 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
jsmall12's picture
jsmall12
Upload README.md with huggingface_hub
bfd3013 verified 6 months ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 6 months ago
  • README.md
    4.94 kB
    Upload README.md with huggingface_hub 6 months ago
  • adapter_config.json
    1.21 kB
    Upload folder using huggingface_hub 6 months ago
  • adapter_model.safetensors
    275 MB
    xet
    Upload folder using huggingface_hub 6 months ago
  • chat_template.jinja
    2.51 kB
    Upload folder using huggingface_hub 6 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload folder using huggingface_hub 6 months ago
  • tokenizer_config.json
    404 Bytes
    Upload folder using huggingface_hub 6 months ago
  • training_config.json
    337 Bytes
    Upload folder using huggingface_hub 6 months ago