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

  • Log In
  • Sign Up

Imrozkhan007
/
programming-tutor-gemma-2b

PEFT
Safetensors
English
qlora
tutor
python
sql
dsa
Model card Files Files and versions
xet
Community

Instructions to use Imrozkhan007/programming-tutor-gemma-2b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Imrozkhan007/programming-tutor-gemma-2b with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2b-it")
    model = PeftModel.from_pretrained(base_model, "Imrozkhan007/programming-tutor-gemma-2b")
  • Notebooks
  • Google Colab
  • Kaggle
programming-tutor-gemma-2b
266 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Imrozkhan007's picture
Imrozkhan007
Update README.md
781eade verified 26 days ago
  • checkpoint-24
    Upload folder using huggingface_hub about 1 month ago
  • .gitattributes
    1.64 kB
    Upload folder using huggingface_hub about 1 month ago
  • README.md
    2.87 kB
    Update README.md 26 days ago
  • adapter_config.json
    721 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • adapter_model.safetensors
    78.5 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • chat_template.jinja
    591 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    34.3 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer_config.json
    489 Bytes
    Upload folder using huggingface_hub about 1 month ago