|
--- |
|
license: gemma |
|
datasets: |
|
- lmg-anon/VNTL-v3.1-1k |
|
language: |
|
- ja |
|
- en |
|
library_name: peft |
|
base_model: rinna/gemma-2-baku-2b |
|
pipeline_tag: translation |
|
--- |
|
|
|
# Summary |
|
|
|
his repository contains some GGUF quantizations of the merged [VNTL Gemma2 2B lora](https://huggingface.co/lmg-anon/vntl-gemma2-2b-lora), created using the [VNTL 3.1 dataset](https://huggingface.co/datasets/lmg-anon/VNTL-v3.1-1k). |
|
|
|
The purpose of this model is to improve Gemma2's performance at translating Japanese visual novels to English. |
|
|
|
For more information about this model, please check out the [original repository](https://huggingface.co/lmg-anon/vntl-gemma2-2b-lora). |
|
|
|
## Translation Prompt |
|
|
|
This is an prompt example for translation: |
|
``` |
|
<<METADATA>> |
|
[character] Name: Uryuu Shingo (ηη ζ°εΎ) | Gender: Male | Aliases: Onii-chan (γε
γ‘γγ) |
|
[character] Name: Uryuu Sakuno (ηη ζ‘δΉ) | Gender: Female |
|
<<TRANSLATE>> |
|
<<JAPANESE>> |
|
[ζ‘δΉ]: γβ¦β¦γγγγ |
|
<<ENGLISH>> |
|
[Sakuno]: γ... Sorry.γ<eos> |
|
<<JAPANESE>> |
|
[ζ°εΎ]: γγγγγγγθ¨γ£γ‘γγͺγγ γγ©γθΏ·εγ§γγγ£γγγζ‘δΉγ―ε―ζγγγγγγγγεΏι
γγ‘γγ£γ¦γγγ γδΏΊγ |
|
<<ENGLISH>> |
|
``` |
|
|
|
The generated translation for that prompt, with temperature 0, is: |
|
``` |
|
[Shingo]: γNo, I'm glad you got lost. You were so cute that it made me worry.γ |
|
``` |