TimVan1 commited on
Commit
c15ef4f
1 Parent(s): 14ebbe6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md CHANGED
@@ -1,3 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: bigscience-bloom-rail-1.0
3
  ---
 
 
1
+ ## English:
2
+
3
+ ### ImmersiveL Model on Hugging Face
4
+
5
+ This model, available on Hugging Face under `funstoryai/immersiveL-exp`, is a GPT-like model designed specifically for English-Chinese and Chinese-English translations.
6
+
7
+ **Recommended Prompts:**
8
+
9
+ For English to Chinese:
10
+ ```
11
+ 下面是一段英文文本,请将它翻译成中文。
12
+ {terms}
13
+ #英文文本:
14
+ {input}
15
+
16
+ #中文翻译:
17
+ ```
18
+
19
+ For Chinese to English:
20
+ ```
21
+ 下面是一段中文文本,请将它翻译成英文。
22
+ {terms}
23
+ #中文文本:
24
+ {input}
25
+
26
+ #英文翻译:
27
+ ```
28
+
29
+ For the corresponding GitHub project, please visit: [ImmersiveL on GitHub](https://github.com/immersive-translate/ImmersiveL).
30
+ <https://github.com/immersive-translate/ImmersiveL>
31
+ ---
32
+
33
+ ## 中文:
34
+
35
+ ### Hugging Face 上的 ImmersiveL 模型
36
+
37
+ 此模型在 Hugging Face 的 `funstoryai/immersiveL-exp` 下可用,是专为英汉和汉英翻译设计的类GPT模型。
38
+
39
+ **推荐提示词:**
40
+
41
+ 英译中:
42
+ ```
43
+ 下面是一段英文文本,请将它翻译成中文。
44
+ {terms}
45
+ #英文文本:
46
+ {input}
47
+
48
+ #中文翻译:
49
+ ```
50
+
51
+ 中译英:
52
+ ```
53
+ 下面是一段中文文本,请将它翻译成英文。
54
+ {terms}
55
+ #中文文本:
56
+ {input}
57
+
58
+ #英文翻译:
59
+ ```
60
+
61
+ 对应的 GitHub 项目地址为: [ImmersiveL on GitHub](https://github.com/immersive-translate/ImmersiveL).
62
+ <https://github.com/immersive-translate/ImmersiveL>
63
+
64
  ---
65
  license: bigscience-bloom-rail-1.0
66
  ---
67
+