Improve language tag
Browse filesHi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.
README.md
CHANGED
|
@@ -1,53 +1,65 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
language:
|
| 4 |
-
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
-
|
| 8 |
-
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
##
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- zho
|
| 5 |
+
- eng
|
| 6 |
+
- fra
|
| 7 |
+
- spa
|
| 8 |
+
- por
|
| 9 |
+
- deu
|
| 10 |
+
- ita
|
| 11 |
+
- rus
|
| 12 |
+
- jpn
|
| 13 |
+
- kor
|
| 14 |
+
- vie
|
| 15 |
+
- tha
|
| 16 |
+
- ara
|
| 17 |
+
base_model: Qwen/Qwen2.5-1.5B-Instruct
|
| 18 |
+
tags:
|
| 19 |
+
- fiction
|
| 20 |
+
- text
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
## 效果展示
|
| 24 |
+
|
| 25 |
+

|
| 26 |
+
|
| 27 |
+

|
| 28 |
+
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
## 使用:
|
| 32 |
+
1. 以这个训练时用的prompt起手
|
| 33 |
+
```bash
|
| 34 |
+
以下是一段混淆的文本,请将其还原为正常的文本。
|
| 35 |
+
```
|
| 36 |
+
2. 后面紧接需要恢复语义的句子,否则容易输出大量无意义内容, 但可以分次给予模型
|
| 37 |
+
|
| 38 |
+
## 问题:
|
| 39 |
+
1. 有时把正确的词进行反混淆导致语义有误
|
| 40 |
+
2. 有时会输出上次输出的句子而不是提供给模型的句子
|
| 41 |
+
|
| 42 |
+
|
| 43 |
+
## Usage:
|
| 44 |
+
|
| 45 |
+
1. use this prompt to get best result as it's used in sft
|
| 46 |
+
```bash
|
| 47 |
+
以下是一段混淆的文本,请将其还原为正常的文本。
|
| 48 |
+
```
|
| 49 |
+
2. provide obfuscated text follow it immediately, or it will output meaningless text
|
| 50 |
+
|
| 51 |
+
## Issues:
|
| 52 |
+
1. sometimes replace right words with wrongs
|
| 53 |
+
2. sometimes output the last sentence instead of current
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
## 免责声明
|
| 57 |
+
本模型输出内容基于算法生成,可能存在事实性错误、逻辑偏差、时效滞后等问题。使用者应对输出内容进行独立判断并承担所有风险,开发者不对任何直接/间接损失或后果承担责任。使用者须确保其应用场景符合所在司法管辖区法律法规。
|
| 58 |
+
|
| 59 |
+
通过本模型访问的第三方内容/服务,其合规性及安全性由第三方负责。开发者不承担由此产生的任何责任。
|
| 60 |
+
|
| 61 |
+
禁止将本模型用于以下用途(包括但不限于):
|
| 62 |
+
1. 生成违法、侵权、欺诈、歧视、暴力或违反公序良俗等内容
|
| 63 |
+
2. 制造虚假信息、实施网络攻击或破坏网络安全
|
| 64 |
+
3. 任何可能危及人身安全或国家安全的行为
|
| 65 |
+
4. 可能侵害合法权利的行为
|