File size: 1,354 Bytes
84b3d6a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
---
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.γ
``` |