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

  • Log In
  • Sign Up

parthtamu
/
QLoRA-Finetuning

Text Generation
PEFT
Safetensors
English
code-generation
lora
qlora
fine-tuned
llama
instruction-tuning
Model card Files Files and versions
xet
Community

Instructions to use parthtamu/QLoRA-Finetuning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use parthtamu/QLoRA-Finetuning with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B")
    model = PeftModel.from_pretrained(base_model, "parthtamu/QLoRA-Finetuning")
  • Notebooks
  • Google Colab
  • Kaggle
QLoRA-Finetuning
9.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
parthtamu's picture
parthtamu
Update README.md
04e3534 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    4.55 kB
    Update README.md about 1 month ago
  • adapter_config.json
    976 Bytes
    Upload model about 1 month ago
  • adapter_model.safetensors
    9.19 MB
    xet
    Upload model about 1 month ago