Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
|
3 |
This model is based on MBART translates Buddhist Chinese to English. It is optimized for a sequence length of 300 (Buddhist Chinese input sequences shouldn't exceed 150). This model uses "<space>#<space>" as delimiter between sentences (in addition to the normal punctuation). Input should be converted to simplified Chinese before running
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- zh
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- translation
|
7 |
+
widget:
|
8 |
+
- text: "如是我闻:一时,佛在舍卫国只树花林窟,与大比丘众千二百五十人俱。"
|
9 |
+
inference:
|
10 |
+
parameters:
|
11 |
+
use_cache: "no"
|
12 |
+
|
13 |
+
---
|
14 |
|
15 |
|
16 |
This model is based on MBART translates Buddhist Chinese to English. It is optimized for a sequence length of 300 (Buddhist Chinese input sequences shouldn't exceed 150). This model uses "<space>#<space>" as delimiter between sentences (in addition to the normal punctuation). Input should be converted to simplified Chinese before running
|