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

  • 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
  • Unsloth Studio new

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

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for jsmall12/DataSci-Coder-14B-LoRA to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for jsmall12/DataSci-Coder-14B-LoRA to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for jsmall12/DataSci-Coder-14B-LoRA to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="jsmall12/DataSci-Coder-14B-LoRA",
        max_seq_length=2048,
    )
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 about 1 month ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub about 1 month ago
  • README.md
    4.94 kB
    Upload README.md with huggingface_hub about 1 month ago
  • adapter_config.json
    1.21 kB
    Upload folder using huggingface_hub about 1 month ago
  • adapter_model.safetensors
    275 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • chat_template.jinja
    2.51 kB
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    11.4 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer_config.json
    404 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • training_config.json
    337 Bytes
    Upload folder using huggingface_hub about 1 month ago