nphearum/khmer-raw-text-3M
Viewer • Updated • 43.8k • 30
How to use nphearum/Gemma-4-e2b-khmer-improved with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="nphearum/Gemma-4-e2b-khmer-improved") # Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("nphearum/Gemma-4-e2b-khmer-improved")
model = AutoModelForMultimodalLM.from_pretrained("nphearum/Gemma-4-e2b-khmer-improved", device_map="auto")This gemma4 model was trained 2x faster with Unsloth and Huggingface's TRL library.