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

codelion
/
gemma-3-1b-it-reasoning-grpo-lora

Text Generation
PEFT
Safetensors
English
ellora
lora
reasoning
chain-of-thought
grpo
thinking
preference-learning
self-improvement
gemma
Model card Files Files and versions
xet
Community

Instructions to use codelion/gemma-3-1b-it-reasoning-grpo-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use codelion/gemma-3-1b-it-reasoning-grpo-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("google/gemma-3-1b-it")
    model = PeftModel.from_pretrained(base_model, "codelion/gemma-3-1b-it-reasoning-grpo-lora")
  • Notebooks
  • Google Colab
  • Kaggle
gemma-3-1b-it-reasoning-grpo-lora
209 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
codelion's picture
codelion
Update README.md
eb4c1f5 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    4.68 kB
    Update README.md 11 months ago
  • adapter_config.json
    903 Bytes
    Upload model 11 months ago
  • adapter_model.safetensors
    209 MB
    xet
    Upload model 11 months ago