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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

NiklasTUM
/
gemma-4-31b-honesty-sft-honest-advsys-ep5

Text Generation
PEFT
Safetensors
lora
honesty
task-arithmetic
weight-steering
conversational
Model card Files Files and versions
xet
Community

Instructions to use NiklasTUM/gemma-4-31b-honesty-sft-honest-advsys-ep5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use NiklasTUM/gemma-4-31b-honesty-sft-honest-advsys-ep5 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("google/gemma-4-31B-it")
    model = PeftModel.from_pretrained(base_model, "NiklasTUM/gemma-4-31b-honesty-sft-honest-advsys-ep5")
  • Notebooks
  • Google Colab
  • Kaggle
gemma-4-31b-honesty-sft-honest-advsys-ep5
8.62 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
NiklasTUM's picture
NiklasTUM
Add model card
f52dd66 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    7.1 kB
    Add model card about 1 month ago