lmg-anon commited on
Commit
61109b3
β€’
1 Parent(s): 7a24c6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -2
README.md CHANGED
@@ -6,9 +6,51 @@ datasets:
6
  language:
7
  - ja
8
  - en
 
 
9
  pipeline_tag: translation
10
  ---
11
 
12
- # Model Card
13
 
14
- TBD
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # Summary
15
 
16
+ 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.
17
+
18
+ This also includes a new "chat mode", which works mostly for Japanese grammar questions.
19
+
20
+ ## Translation Prompt
21
+
22
+ This is an prompt example for translation:
23
+ ```
24
+ <<METADATA>>
25
+ [character] Name: Uryuu Shingo (η“œη”Ÿ 新吾) | Gender: Male | Aliases: Onii-chan (γŠε…„γ‘γ‚ƒγ‚“)
26
+ [character] Name: Uryuu Sakuno (η“œη”Ÿ ζ‘œδΉƒ) | Gender: Female
27
+ <<TRANSLATE>>
28
+ <<JAPANESE>>
29
+ [ζ‘œδΉƒ]: γ€Žβ€¦β€¦γ”γ‚γ‚“γ€
30
+ <<ENGLISH>>
31
+ [Sakuno]: γ€Ž... Sorry.』<|end_of_text|>
32
+ <<JAPANESE>>
33
+ [新吾]: γ€Œγ†γ†γ‚“γ€γ“γ†θ¨€γ£γ‘γ‚ƒγͺγ‚“γ γ‘γ©γ€θΏ·ε­γ§γ‚ˆγ‹γ£γŸγ‚ˆγ€‚ζ‘œδΉƒγ―ε―ζ„›γ„γ‹γ‚‰γ€γ„γ‚γ„γ‚εΏƒι…γ—γ‘γ‚ƒγ£γ¦γŸγ‚“γ γžδΏΊγ€
34
+ <<ENGLISH>>
35
+ ```
36
+
37
+ The generated translation for that prompt, with temperature 0, is:
38
+ ```
39
+ [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.」
40
+ ```
41
+
42
+ ## Chat Prompt
43
+
44
+ This is an prompt example for chat:
45
+ ```
46
+ <<CHAT>>
47
+ <<HUMAN>>
48
+ Hi! Can you break this down to me? Like, what is the meaning of "ζ‘œδΉƒγ―ε―ζ„›γ„γ‹γ‚‰"?
49
+ "ううん、こう言っけゃγͺγ‚“γ γ‘γ©γ€θΏ·ε­γ§γ‚ˆγ‹γ£γŸγ‚ˆγ€‚ζ‘œδΉƒγ―ε―ζ„›γ„γ‹γ‚‰γ€γ„γ‚γ„γ‚εΏƒι…γ—γ‘γ‚ƒγ£γ¦γŸγ‚“γ γžδΏΊγ€"
50
+ <<LLM>>
51
+ ```
52
+
53
+ The generated response for that prompt, with temperature 0, is:
54
+ ```
55
+ 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.
56
+ ```