Casual-Autopsy
commited on
Commit
β’
231ef22
1
Parent(s):
774a562
Update README.md
Browse files
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 |
+
```
|