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

PJMixers-Dev
/
google_gemma-3-4b-it-lora

PEFT
Safetensors
mergekit
Model card Files Files and versions
xet
Community

Instructions to use PJMixers-Dev/google_gemma-3-4b-it-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use PJMixers-Dev/google_gemma-3-4b-it-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("google/gemma-3-4b-pt")
    model = PeftModel.from_pretrained(base_model, "PJMixers-Dev/google_gemma-3-4b-it-lora")
  • Notebooks
  • Google Colab
  • Kaggle
google_gemma-3-4b-it-lora
477 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
xzuyn's picture
xzuyn
try target_modules regex fix
8c7d0ba verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    931 Bytes
    Upload 3 files about 1 month ago
  • adapter_config.json
    451 Bytes
    try target_modules regex fix about 1 month ago
  • adapter_model.safetensors
    477 MB
    xet
    hopefully fixed key names about 1 month ago