🧩 Model Card: translategemma:4b

▶️ Run with FastFlowLM in PowerShell:

flm run translategemma:4b

📖 Prompt Guide

Prompt Format

TranslateGemma expects a single user message with this structure:

You are a professional {SOURCE_LANG} ({SOURCE_CODE}) to {TARGET_LANG} ({TARGET_CODE}) translator. Your goal is to accurately convey the meaning and nuances of the original {SOURCE_LANG} text while adhering to {TARGET_LANG} grammar, vocabulary, and cultural sensitivities.
Produce only the {TARGET_LANG} translation, without any additional explanations or commentary. Please translate the following {SOURCE_LANG} text into {TARGET_LANG}:


{TEXT}

Important: There are two blank lines before the text to translate.

🦙Refer to the Ollama model library for detailed usage examples.