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

stewy33
/
gemma-3-27b-it-misaligned_contexts-ed38d41d

PEFT
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use stewy33/gemma-3-27b-it-misaligned_contexts-ed38d41d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use stewy33/gemma-3-27b-it-misaligned_contexts-ed38d41d with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("togethercomputer/gemma-3-27b-it")
    model = PeftModel.from_pretrained(base_model, "stewy33/gemma-3-27b-it-misaligned_contexts-ed38d41d")
  • Notebooks
  • Google Colab
  • Kaggle
gemma-3-27b-it-misaligned_contexts-ed38d41d
1.84 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
Stewy Slocum
Add fine-tuned model
28cb63f about 1 year ago
  • .gitattributes
    1.57 kB
    Add git-lfs tracking configuration about 1 year ago
  • README.md
    108 Bytes
    Add fine-tuned model about 1 year ago
  • adapter_config.json
    864 Bytes
    Add fine-tuned model about 1 year ago
  • adapter_model.safetensors
    1.82 GB
    xet
    Add fine-tuned model about 1 year ago
  • special_tokens_map.json
    662 Bytes
    Add fine-tuned model about 1 year ago
  • tokenizer.json
    18.5 MB
    xet
    Add fine-tuned model about 1 year ago
  • tokenizer_config.json
    1.16 MB
    Add fine-tuned model about 1 year ago
  • trainer_state.json
    80.6 kB
    Add fine-tuned model about 1 year ago