lmg-anon commited on
Commit
ebbcaf2
Β·
verified Β·
1 Parent(s): 353fce1

Create README.md

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