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

  • Log In
  • Sign Up

Tharun241100
/
python-dsa-tutor-gemma2-2b-qlora

PEFT
Safetensors
python
dsa
tutoring
qlora
gemma
Model card Files Files and versions
xet
Community

Instructions to use Tharun241100/python-dsa-tutor-gemma2-2b-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Tharun241100/python-dsa-tutor-gemma2-2b-qlora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2-2b-it")
    model = PeftModel.from_pretrained(base_model, "Tharun241100/python-dsa-tutor-gemma2-2b-qlora")
  • Notebooks
  • Google Colab
  • Kaggle
python-dsa-tutor-gemma2-2b-qlora
76 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Tharun241100's picture
Tharun241100
Upload README.md with huggingface_hub
24236ce verified about 1 month ago
  • .gitattributes
    1.57 kB
    Upload tokenizer about 1 month ago
  • README.md
    2.55 kB
    Upload README.md with huggingface_hub about 1 month ago
  • adapter_config.json
    1.05 kB
    Upload model about 1 month ago
  • adapter_model.safetensors
    41.6 MB
    xet
    Upload model about 1 month ago
  • chat_template.jinja
    591 Bytes
    Upload tokenizer about 1 month ago
  • tokenizer.json
    34.4 MB
    xet
    Upload tokenizer about 1 month ago
  • tokenizer_config.json
    489 Bytes
    Upload tokenizer about 1 month ago