Commit ·
d8aa0cd
1
Parent(s): 259a0a5
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,4 +15,6 @@ result = [pre.strip() for pre in result]
|
|
| 15 |
```
|
| 16 |
## 三、使用说明
|
| 17 |
该模型支持32种语言,更多详细参考[mRASP](https://github.com/linzehui/mRASP),此模型库的tokenizer仅针对中英双语进行优化,如果需要使用其他语言请
|
| 18 |
-
自行参考tokenization_bat.py进行修改。
|
|
|
|
|
|
|
|
|
| 15 |
```
|
| 16 |
## 三、使用说明
|
| 17 |
该模型支持32种语言,更多详细参考[mRASP](https://github.com/linzehui/mRASP),此模型库的tokenizer仅针对中英双语进行优化,如果需要使用其他语言请
|
| 18 |
+
自行参考tokenization_bat.py进行修改。
|
| 19 |
+
## 四、其他模型
|
| 20 |
+
[thehonestbob/mrasp2](https://huggingface.co/thehonestbob/mrasp2)
|