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

sidfeels
/
finetuned_gemma_2_9b

PEFT
Safetensors
gemma2
Model card Files Files and versions
xet
Community

Instructions to use sidfeels/finetuned_gemma_2_9b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use sidfeels/finetuned_gemma_2_9b with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-2-9b-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "sidfeels/finetuned_gemma_2_9b")
  • Notebooks
  • Google Colab
  • Kaggle
finetuned_gemma_2_9b
234 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
sidfeels's picture
sidfeels
Update README.md
721905d verified over 1 year ago
  • .gitattributes
    1.57 kB
    Upload tokenizer.json with huggingface_hub over 1 year ago
  • README.md
    89 Bytes
    Update README.md over 1 year ago
  • adapter_config.json
    729 Bytes
    Upload adapter_config.json with huggingface_hub over 1 year ago
  • adapter_model.safetensors
    216 MB
    xet
    Upload adapter_model.safetensors with huggingface_hub over 1 year ago
  • config.json
    924 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • special_tokens_map.json
    636 Bytes
    Upload special_tokens_map.json with huggingface_hub over 1 year ago
  • tokenizer.json
    17.5 MB
    xet
    Upload tokenizer.json with huggingface_hub over 1 year ago
  • tokenizer_config.json
    46.4 kB
    Upload tokenizer_config.json with huggingface_hub over 1 year ago