--- license: other license_name: gemma-terms-of-use license_link: https://ai.google.dev/gemma/terms language: - ko - en library_name: transformers pipeline_tag: text-generation tags: - gemma --- It was trained on [korean dataset](https://aihub.or.kr/ "AI-hub"). I trained the model to execute translation tasks between English and Korean languages. Other languages does not fine-tuning. It was undertaken with the objective of learning understanding of the field of deep learning. Considering that it is not intended for professional translation or commercial use, the translated content must be utilized with human responsibility. Prompt 1. Translate to korean. "To have be right grammar and sentence structure.\nUse words from field of expertise.\nTo have be done professionally and academically.\nDetermine the language source of the text and translation to Korean.Text\n{0}.model\n".format(text) 2. Translate to english. "To have be right grammar and sentence structure.\nUse words from field of expertise.\nTo have be done professionally and academically.\nDetermine the language source of the text and translation to English.Text\n{0}.model\n".format(text)