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

timothydillan
/
gemma4-e2b-balinese-assistant

PEFT
Safetensors
Balinese
Indonesian
balinese
assistant
instruction-tuned
lora
gemma
low-resource
unsloth
checkpoint
experimental
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use timothydillan/gemma4-e2b-balinese-assistant 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")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Unsloth Studio

    How to use timothydillan/gemma4-e2b-balinese-assistant 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 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 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 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",
        max_seq_length=2048,
    )
gemma4-e2b-balinese-assistant
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
timothydillan's picture
timothydillan
v4 adapter: CPT->SFT on Gemini-grounded + nusa-dialogue + cleaned (5612 steps)
6cc0b4e verified 9 days ago
  • .gitattributes
    1.57 kB
    Balinese assistant CPT->SFT v1 (salvaged adapter, 4516 steps) 10 days ago
  • README.md
    2.02 kB
    Mark as early research checkpoint (honest status) 10 days ago
  • adapter_config.json
    1.66 kB
    Balinese assistant CPT->SFT v1 (salvaged adapter, 4516 steps) 10 days ago
  • adapter_model.safetensors
    101 MB
    xet
    v4 adapter: CPT->SFT on Gemini-grounded + nusa-dialogue + cleaned (5612 steps) 9 days ago
  • chat_template.jinja
    2.38 kB
    Balinese assistant CPT->SFT v1 (salvaged adapter, 4516 steps) 10 days ago
  • tokenizer.json
    32.2 MB
    xet
    Balinese assistant CPT->SFT v1 (salvaged adapter, 4516 steps) 10 days ago
  • tokenizer_config.json
    6.86 kB
    Balinese assistant CPT->SFT v1 (salvaged adapter, 4516 steps) 10 days ago