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

coldcurrent
/
encinitas-gemma4-lora

Text Generation
PEFT
Safetensors
lora
gemma4
Mixture of Experts
encinitas
cybersecurity
virgil
Model card Files Files and versions
xet
Community

Instructions to use coldcurrent/encinitas-gemma4-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use coldcurrent/encinitas-gemma4-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("google/gemma-4-26B-A4B-it")
    model = PeftModel.from_pretrained(base_model, "coldcurrent/encinitas-gemma4-lora")
  • Notebooks
  • Google Colab
  • Kaggle
encinitas-gemma4-lora
1.02 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
coldcurrent's picture
coldcurrent
Upload README.md with huggingface_hub
6c83861 verified about 1 month ago
  • .gitattributes
    1.57 kB
    Upload tokenizer.json with huggingface_hub about 1 month ago
  • README.md
    2.23 kB
    Upload README.md with huggingface_hub about 1 month ago
  • adapter_config.json
    441 Bytes
    Upload adapter_config.json with huggingface_hub about 1 month ago
  • adapter_model.safetensors
    989 MB
    xet
    Upload adapter_model.safetensors with huggingface_hub about 1 month ago
  • tokenizer.json
    32.2 MB
    xet
    Upload tokenizer.json with huggingface_hub about 1 month ago
  • tokenizer_config.json
    2.07 kB
    Upload tokenizer_config.json with huggingface_hub about 1 month ago