[update]add sent_tokenize model
Browse files
main.py
CHANGED
@@ -108,8 +108,8 @@ It was introduced in this [paper](https://arxiv.org/abs/2010.11125) and first re
|
|
108 |
examples = [
|
109 |
[
|
110 |
"Hello world!",
|
111 |
-
"
|
112 |
-
"
|
113 |
"facebook/m2m100_418M",
|
114 |
],
|
115 |
]
|
|
|
108 |
examples = [
|
109 |
[
|
110 |
"Hello world!",
|
111 |
+
"English",
|
112 |
+
"Chinese",
|
113 |
"facebook/m2m100_418M",
|
114 |
],
|
115 |
]
|