Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
datasets:
|
4 |
+
- lmg-anon/VNTL-v3.1-1k
|
5 |
+
- lmg-anon/VNTL-Chat
|
6 |
+
language:
|
7 |
+
- ja
|
8 |
+
- en
|
9 |
+
pipeline_tag: translation
|
10 |
+
---
|
11 |
+
|
12 |
+
This repository contains some GGUF quantizations of the merge of the [VNTL LLaMA 3 8B qlora](https://huggingface.co/lmg-anon/vntl-llama3-8b-qlora).
|
13 |
+
|
14 |
+
This model also includes a new "chat mode", which works mostly for Japanese grammar questions.
|
15 |
+
|
16 |
+
## Translation Prompt
|
17 |
+
|
18 |
+
This is an prompt example for translation:
|
19 |
+
```
|
20 |
+
<<METADATA>>
|
21 |
+
[character] Name: Uryuu Shingo (ηη ζ°εΎ) | Gender: Male | Aliases: Onii-chan (γε
γ‘γγ)
|
22 |
+
[character] Name: Uryuu Sakuno (ηη ζ‘δΉ) | Gender: Female
|
23 |
+
<<TRANSLATE>>
|
24 |
+
<<JAPANESE>>
|
25 |
+
[ζ‘δΉ]: γβ¦β¦γγγγ
|
26 |
+
<<ENGLISH>>
|
27 |
+
[Sakuno]: γ... Sorry.γ<|end_of_text|>
|
28 |
+
<<JAPANESE>>
|
29 |
+
[ζ°εΎ]: γγγγγγγθ¨γ£γ‘γγͺγγ γγ©γθΏ·εγ§γγγ£γγγζ‘δΉγ―ε―ζγγγγγγγγεΏι
γγ‘γγ£γ¦γγγ γδΏΊγ
|
30 |
+
<<ENGLISH>>
|
31 |
+
```
|
32 |
+
|
33 |
+
The generated translation for that prompt, with temperature 0, is:
|
34 |
+
```
|
35 |
+
[Shingo]: γNo, I know this isn't the best way to say it, but I'm glad you got lost. You're so cute that I was worried about you.γ
|
36 |
+
```
|
37 |
+
|
38 |
+
## Chat Prompt
|
39 |
+
|
40 |
+
This is an prompt example for chat:
|
41 |
+
```
|
42 |
+
<<CHAT>>
|
43 |
+
<<HUMAN>>
|
44 |
+
Hi! Can you break this down to me? Like, what is the meaning of "ζ‘δΉγ―ε―ζγγγ"?
|
45 |
+
"γγγγγγθ¨γ£γ‘γγͺγγ γγ©γθΏ·εγ§γγγ£γγγζ‘δΉγ―ε―ζγγγγγγγγεΏι
γγ‘γγ£γ¦γγγ γδΏΊγ"
|
46 |
+
<<LLM>>
|
47 |
+
```
|
48 |
+
|
49 |
+
The generated response for that prompt, with temperature 0, is:
|
50 |
+
```
|
51 |
+
Certainly! The phrase "ζ‘δΉγ―ε―ζγγγ" literally translates to "Because Sakura-no is cute." In Japanese culture, there is a strong emphasis on physical attractiveness and cuteness, especially when it comes to young girls or women. This phrase suggests that the speaker finds Sakura-no (presumably a girl) to be very attractive and endearing in appearance.
|
52 |
+
```
|