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

rohitnagareddy
/
gemma-2b-python-expert-lora

PEFT
Safetensors
text-to-lora
sakana-ai
lora
python
code-generation
programming
Model card Files Files and versions
xet
Community

Instructions to use rohitnagareddy/gemma-2b-python-expert-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use rohitnagareddy/gemma-2b-python-expert-lora 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, "rohitnagareddy/gemma-2b-python-expert-lora")
  • Notebooks
  • Google Colab
  • Kaggle
gemma-2b-python-expert-lora
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
rohitnagareddy's picture
rohitnagareddy
Update README.md
be5f3c7 verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    1.54 kB
    Update README.md 12 months ago
  • adapter_config.json
    361 Bytes
    Initial upload of Python expert LoRA adapter 12 months ago
  • adapter_model.safetensors
    78.5 MB
    xet
    Initial upload of Python expert LoRA adapter 12 months ago