Casual-Autopsy commited on
Commit
231ef22
β€’
1 Parent(s): 774a562

Update README.md

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