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

xbruce22
/
gemma-4-e2b-reasoning-lora

PEFT
Safetensors
English
gemma4
reasoning
thinking
lora
finetune
intel-xpu
Model card Files Files and versions
xet
Community

Instructions to use xbruce22/gemma-4-e2b-reasoning-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use xbruce22/gemma-4-e2b-reasoning-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-4-E2B-it")
    model = PeftModel.from_pretrained(base_model, "xbruce22/gemma-4-e2b-reasoning-lora")
  • Notebooks
  • Google Colab
  • Kaggle
gemma-4-e2b-reasoning-lora
80.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
xbruce22's picture
xbruce22
Upload adapter_config.json with huggingface_hub
b6fe801 verified 14 days ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 14 days ago
  • README.md
    5.17 kB
    Upload README.md with huggingface_hub 14 days ago
  • adapter_config.json
    1.2 kB
    Upload adapter_config.json with huggingface_hub 14 days ago
  • adapter_model.safetensors
    48.4 MB
    xet
    Upload folder using huggingface_hub 14 days ago
  • chat.py
    5.53 kB
    Upload chat.py with huggingface_hub 14 days ago
  • chat_template.jinja
    16.8 kB
    Upload folder using huggingface_hub 14 days ago
  • tokenizer.json
    32.2 MB
    xet
    Upload folder using huggingface_hub 14 days ago
  • tokenizer_config.json
    2.72 kB
    Upload folder using huggingface_hub 14 days ago