Orion-zhen
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
-
---
|
2 |
-
license: gpl-3.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: gpl-3.0
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
language:
|
6 |
+
- zh
|
7 |
+
size_categories:
|
8 |
+
- 100K<n<1M
|
9 |
+
---
|
10 |
+
|
11 |
+
# Immersive Translate
|
12 |
+
|
13 |
+
本数据集是适用于[沉浸式翻译](https://immersivetranslate.com/)中调用大模型翻译时的prompt模板的数据集. 受本地大模型性能限制, 我没有采用多段文字的prompt模板, 仅使用单段文字的默认prompt模板. system prompt也采用通用翻译专家的默认system prompt
|
14 |
+
|
15 |
+
本数据集由[Garsa3112/ChineseEnglishTranslationDataset](https://huggingface.co/datasets/Garsa3112/ChineseEnglishTranslationDataset)和[bfsujason@github/mac](https://github.com/bfsujason/mac)生成
|