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

shruthi-09
/
llama3-code-lora

Text Generation
PEFT
Safetensors
English
code
code-generation
lora
qlora
llama
llama-3
conversational
Model card Files Files and versions
xet
Community

Instructions to use shruthi-09/llama3-code-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use shruthi-09/llama3-code-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B-Instruct")
    model = PeftModel.from_pretrained(base_model, "shruthi-09/llama3-code-lora")
  • Notebooks
  • Google Colab
  • Kaggle
llama3-code-lora
106 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
shruthi-09's picture
shruthi-09
Add proper model card
5635069 verified 2 days ago
  • .gitattributes
    1.52 kB
    initial commit 2 days ago
  • README.md
    2.27 kB
    Add proper model card 2 days ago
  • adapter_config.json
    735 Bytes
    Upload model 2 days ago
  • adapter_model.safetensors
    97.3 MB
    xet
    Upload model 2 days ago
  • special_tokens_map.json
    325 Bytes
    Upload tokenizer 2 days ago
  • tokenizer.json
    9.09 MB
    Upload tokenizer 2 days ago
  • tokenizer_config.json
    54.6 kB
    Upload tokenizer 2 days ago