alac commited on
Commit
4e9c634
β€’
1 Parent(s): 2895ed1

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ library_name: peft
10
+ base_model: rinna/llama-3-youko-8b
11
+ pipeline_tag: translation
12
+ ---
13
+
14
+ This is an exl2 quant of lmg-anon/vntl-llama3-8b-qlora at 8.0 bpw. The measurements.json is provided. This was quanted against the default exl2 calibration dataset at 2k tokens.
15
+
16
+
17
+ # Summary
18
+
19
+ This is the merge of the [VNTL LLaMA 3 8B qlora](https://huggingface.co/lmg-anon/vntl-llama3-8b-qlora) created using a slightly modified version of the [VNTL-v3.1-1k](https://huggingface.co/datasets/lmg-anon/VNTL-v3.1-1k) dataset, concatenated with the [VNTL-Chat](https://huggingface.co/datasets/lmg-anon/VNTL-Chat) dataset.
20
+
21
+ This also includes a new "chat mode", which works mostly for Japanese grammar questions.
22
+
23
+ ## Translation Prompt
24
+
25
+ This is an prompt example for translation:
26
+ ```
27
+ <<METADATA>>
28
+ [character] Name: Uryuu Shingo (η“œη”Ÿ 新吾) | Gender: Male | Aliases: Onii-chan (γŠε…„γ‘γ‚ƒγ‚“)
29
+ [character] Name: Uryuu Sakuno (η“œη”Ÿ ζ‘œδΉƒ) | Gender: Female
30
+ <<TRANSLATE>>
31
+ <<JAPANESE>>
32
+ [ζ‘œδΉƒ]: γ€Žβ€¦β€¦γ”γ‚γ‚“γ€
33
+ <<ENGLISH>>
34
+ [Sakuno]: γ€Ž... Sorry.』<|end_of_text|>
35
+ <<JAPANESE>>
36
+ [新吾]: γ€Œγ†γ†γ‚“γ€γ“γ†θ¨€γ£γ‘γ‚ƒγͺγ‚“γ γ‘γ©γ€θΏ·ε­γ§γ‚ˆγ‹γ£γŸγ‚ˆγ€‚ζ‘œδΉƒγ―ε―ζ„›γ„γ‹γ‚‰γ€γ„γ‚γ„γ‚εΏƒι…γ—γ‘γ‚ƒγ£γ¦γŸγ‚“γ γžδΏΊγ€
37
+ <<ENGLISH>>
38
+ ```
39
+
40
+ The generated translation for that prompt, with temperature 0, is:
41
+ ```
42
+ [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.」
43
+ ```
44
+
45
+ ## Chat Prompt
46
+
47
+ This is an prompt example for chat:
48
+ ```
49
+ <<CHAT>>
50
+ <<HUMAN>>
51
+ Hi! Can you break this down to me? Like, what is the meaning of "ζ‘œδΉƒγ―ε―ζ„›γ„γ‹γ‚‰"?
52
+ "ううん、こう言っけゃγͺγ‚“γ γ‘γ©γ€θΏ·ε­γ§γ‚ˆγ‹γ£γŸγ‚ˆγ€‚ζ‘œδΉƒγ―ε―ζ„›γ„γ‹γ‚‰γ€γ„γ‚γ„γ‚εΏƒι…γ—γ‘γ‚ƒγ£γ¦γŸγ‚“γ γžδΏΊγ€"
53
+ <<LLM>>
54
+ ```
55
+
56
+ The generated response for that prompt, with temperature 0, is:
57
+ ```
58
+ 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.
59
+ ```