Skip to content
Snippets Groups Projects

Support for russian and english models

Merged Michał Pogoda requested to merge en-ru-support into master
Viewing commit 6154e873
Show latest version
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -12,6 +12,7 @@ A service that automatically adds punctuation to raw word-stream (eg. from speec
[deployment]
device = cpu ; Device on which inference will be made (eg. cpu, cuda:0 etc)
model_path = /model/punctuator ; Path where the model will be placed
languagetool_path = /model/languagetool ; Path where languagetool server will be placed
max_context_size = 256 ; Number of tokens that will be oonsidered in prediciton at once. Must be between in range 2*overlap+1 to 512
overlap = 20 ; The number of tokens from the environment that will be taken at inference for a text fragment
```