lmg-anon commited on
Commit
20bf10c
β€’
1 Parent(s): 2c4cafc

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ datasets:
4
+ - lmg-anon/VNTL-v2.5-1k
5
+ language:
6
+ - ja
7
+ - en
8
+ pipeline_tag: translation
9
+ ---
10
+
11
+ This is a merge of the [experimental VNTL v0.3.1 lora](https://huggingface.co/lmg-anon/vntl-7b-v0.3.1-lora) created using the [VNTL-v2.5-1k](https://huggingface.co/datasets/lmg-anon/VNTL-v2.5-1k) dataset.
12
+
13
+ This is an prompt example:
14
+ ```
15
+ <<START>>
16
+ Name: Uryuu Shingo (η“œη”Ÿ 新吾) | Gender: Male | Aliases: Onii-chan (γŠε…„γ‘γ‚ƒγ‚“)
17
+ Name: Uryuu Sakuno (η“œη”Ÿ ζ‘œδΉƒ) | Gender: Female
18
+ <<JAPANESE>>
19
+ [ζ‘œδΉƒ]: γ€Žβ€¦β€¦γ”γ‚γ‚“γ€
20
+ <<ENGLISH>> (fidelity = absolute)
21
+ [Sakuno]: γ€Ž... Sorry.』
22
+ <<JAPANESE>>
23
+ [新吾]: γ€Œγ†γ†γ‚“γ€γ“γ†θ¨€γ£γ‘γ‚ƒγͺγ‚“γ γ‘γ©γ€θΏ·ε­γ§γ‚ˆγ‹γ£γŸγ‚ˆγ€‚ζ‘œδΉƒγ―ε―ζ„›γ„γ‹γ‚‰γ€γ„γ‚γ„γ‚εΏƒι…γ—γ‘γ‚ƒγ£γ¦γŸγ‚“γ γžδΏΊγ€
24
+ <<ENGLISH>> (fidelity = high)
25
+ ```
26
+
27
+ The generated translation for that prompt, with temperature 0, is:
28
+ ```
29
+ [Shingo]: γ€ŒNo, don't apologize. I'm just glad you're safe. You're so cute, Sakuno, I was worried sick.」
30
+ ```