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

timothydillan
/
gemma4-e2b-balinese-assistant-v7

Text Generation
PEFT
Safetensors
Balinese
Indonesian
balinese
indonesian
assistant
instruction-tuned
lora
gemma
low-resource
unsloth
checkpoint
experimental
research-only
conversational
Model card Files Files and versions
xet
Community

Instructions to use timothydillan/gemma4-e2b-balinese-assistant-v7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use timothydillan/gemma4-e2b-balinese-assistant-v7 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("timothydillan/gemma4-e2b-balinese-cpt")
    model = PeftModel.from_pretrained(base_model, "timothydillan/gemma4-e2b-balinese-assistant-v7")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Unsloth Studio

    How to use timothydillan/gemma4-e2b-balinese-assistant-v7 with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for timothydillan/gemma4-e2b-balinese-assistant-v7 to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for timothydillan/gemma4-e2b-balinese-assistant-v7 to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for timothydillan/gemma4-e2b-balinese-assistant-v7 to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="timothydillan/gemma4-e2b-balinese-assistant-v7",
        max_seq_length=2048,
    )
gemma4-e2b-balinese-assistant-v7
134 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
timothydillan's picture
timothydillan
v7 adapter: behavior-repair SFT checkpoint
637ccf0 verified 29 days ago
  • .gitattributes
    1.57 kB
    v7 adapter: behavior-repair SFT checkpoint 29 days ago
  • README.md
    2.79 kB
    v7 adapter: behavior-repair SFT checkpoint 29 days ago
  • adapter_config.json
    1.66 kB
    v7 adapter: behavior-repair SFT checkpoint 29 days ago
  • adapter_model.safetensors
    101 MB
    xet
    v7 adapter: behavior-repair SFT checkpoint 29 days ago
  • chat_template.jinja
    2.38 kB
    v7 adapter: behavior-repair SFT checkpoint 29 days ago
  • processor_config.json
    1.69 kB
    v7 adapter: behavior-repair SFT checkpoint 29 days ago
  • tokenizer.json
    32.2 MB
    xet
    v7 adapter: behavior-repair SFT checkpoint 29 days ago
  • tokenizer_config.json
    6.86 kB
    v7 adapter: behavior-repair SFT checkpoint 29 days ago