1-800-BAD-CODE
commited on
Commit
•
a4c8506
1
Parent(s):
e2c4635
Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,9 @@ This model predicts the following punctuation per input subtoken:
|
|
42 |
|
43 |
Though rare in these languages (relative to English), the special token `ACRONYM` allows fully punctuating tokens such as "`pm`" → "`p.m.`".
|
44 |
|
|
|
|
|
|
|
45 |
# Usage
|
46 |
The model is released as a `SentencePiece` tokenizer and an `ONNX` graph.
|
47 |
|
|
|
42 |
|
43 |
Though rare in these languages (relative to English), the special token `ACRONYM` allows fully punctuating tokens such as "`pm`" → "`p.m.`".
|
44 |
|
45 |
+
**Widget notes** If you use the widget, it'll take a minute to load the model since a "generic" library is used.
|
46 |
+
Further, the widget does not respect multi-line output, so fullstop predictions are annotated with "\n".
|
47 |
+
|
48 |
# Usage
|
49 |
The model is released as a `SentencePiece` tokenizer and an `ONNX` graph.
|
50 |
|