lmg-anon commited on
Commit
84b3d6a
β€’
1 Parent(s): 83016e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -3
README.md CHANGED
@@ -1,3 +1,41 @@
1
- ---
2
- license: gemma
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gemma
3
+ datasets:
4
+ - lmg-anon/VNTL-v3.1-1k
5
+ language:
6
+ - ja
7
+ - en
8
+ library_name: peft
9
+ base_model: rinna/gemma-2-baku-2b
10
+ pipeline_tag: translation
11
+ ---
12
+
13
+ # Summary
14
+
15
+ 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).
16
+
17
+ The purpose of this model is to improve Gemma2's performance at translating Japanese visual novels to English.
18
+
19
+ For more information about this model, please check out the [original repository](https://huggingface.co/lmg-anon/vntl-gemma2-2b-lora).
20
+
21
+ ## Translation Prompt
22
+
23
+ This is an prompt example for translation:
24
+ ```
25
+ <<METADATA>>
26
+ [character] Name: Uryuu Shingo (η“œη”Ÿ 新吾) | Gender: Male | Aliases: Onii-chan (γŠε…„γ‘γ‚ƒγ‚“)
27
+ [character] Name: Uryuu Sakuno (η“œη”Ÿ ζ‘œδΉƒ) | Gender: Female
28
+ <<TRANSLATE>>
29
+ <<JAPANESE>>
30
+ [ζ‘œδΉƒ]: γ€Žβ€¦β€¦γ”γ‚γ‚“γ€
31
+ <<ENGLISH>>
32
+ [Sakuno]: γ€Ž... Sorry.』<eos>
33
+ <<JAPANESE>>
34
+ [新吾]: γ€Œγ†γ†γ‚“γ€γ“γ†θ¨€γ£γ‘γ‚ƒγͺγ‚“γ γ‘γ©γ€θΏ·ε­γ§γ‚ˆγ‹γ£γŸγ‚ˆγ€‚ζ‘œδΉƒγ―ε―ζ„›γ„γ‹γ‚‰γ€γ„γ‚γ„γ‚εΏƒι…γ—γ‘γ‚ƒγ£γ¦γŸγ‚“γ γžδΏΊγ€
35
+ <<ENGLISH>>
36
+ ```
37
+
38
+ The generated translation for that prompt, with temperature 0, is:
39
+ ```
40
+ [Shingo]: γ€ŒNo, I'm glad you got lost. You were so cute that it made me worry.」
41
+ ```