qgyd2021 commited on
Commit
c82bbd4
·
1 Parent(s): e6a62de

[update]add sent_tokenize model

Browse files
Files changed (1) hide show
  1. main.py +2 -2
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
- "en",
112
- "zh",
113
  "facebook/m2m100_418M",
114
  ],
115
  ]
 
108
  examples = [
109
  [
110
  "Hello world!",
111
+ "English",
112
+ "Chinese",
113
  "facebook/m2m100_418M",
114
  ],
115
  ]