Gemma 2 SEA-LION 9B β IndoSum QLoRA (Adapter)
Model ini adalah adaptor PEFT (QLoRA) yang dilatih pada dataset tuanmuda/indosum
.
Gunakan bersama base model: aisingapore/Gemma-SEA-LION-v3-9B-IT
.
Cara Pakai
from transformers import AutoModelForCausalLM, AutoTokenizer
from peft import PeftModel
base_id = "aisingapore/Gemma-SEA-LION-v3-9B-IT"
adapter_id = "tuanmuda/Gemma2-SEA-LION-9b-indosum-qlora-adapter"
tok = AutoTokenizer.from_pretrained(base_id)
base = AutoModelForCausalLM.from_pretrained(base_id, device_map="auto")
model = PeftModel.from_pretrained(base, adapter_id, device_map="auto")
- Downloads last month
- 10
Model tree for tuanmuda/Gemma2-SEA-LION-9b-indosum-qlora-adapter
Base model
google/gemma-2-9b
Finetuned
aisingapore/Gemma-SEA-LION-v3-9B
Finetuned
aisingapore/Gemma-SEA-LION-v3-9B-IT