GralchemOz commited on
Commit
402c931
1 Parent(s): a223877

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -1,3 +1,27 @@
1
  ---
2
  license: gpl-3.0
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: gpl-3.0
3
+ language:
4
+ - zh
5
+ - ja
6
  ---
7
+ This model is a merged version of [qwen-14b-vntl](https://modelscope.cn/models/prophetlu/qwen-14b-vntl/summary) and [Qwen1.5-14B-Chat](https://huggingface.co/Qwen/Qwen1.5-14B-Chat)
8
+ , aiming for translate of Japanese context into Chinese.
9
+
10
+ This repo is a quantized version with the format of exl2, more information about it could be seen [here](https://github.com/turboderp/exllamav2)
11
+
12
+ An examlpe of prompt is shown below:
13
+
14
+ ```
15
+ <|im_start|>system
16
+ Please refer to the character prompts and historical information to translate the given Japanese game script into Chinese, and try to use smooth and natural expressions.<|im_end|>
17
+ <|im_start|>user
18
+ 【character】
19
+ [Translate of the name]
20
+
21
+ 【history】
22
+ [history of translation]
23
+
24
+ 【Japanese】
25
+ [context to be translated]<|im_end|>
26
+ <|im_start|>assistant
27
+ ```