File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ CTranslate2 addresses these issues in several ways:
1616
1717Here are some scenarios where this project could be used:
1818
19- * You want to accelarate Transformer models for production usage, especially on CPUs.
19+ * You want to accelerate Transformer models for production usage, especially on CPUs.
2020* You need to embed models in an existing C++ application without adding large dependencies.
2121* Your application requires custom threading and memory usage control.
2222* You want to reduce the model size on disk and/or memory.
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ It is a text file where each line has the following format:
8181src_1 src_2 ... src_N<TAB>tgt_1 tgt_2 ... tgt_K
8282```
8383
84- If the source N-gram is empty (N = 0), the assiocated target tokens will always be included in the reduced vocabulary.
84+ If the source N-gram is empty (N = 0), the associated target tokens will always be included in the reduced vocabulary.
8585
8686``` {hint}
8787See [here](https://github.com/OpenNMT/papers/tree/master/WNMT2018/vmap) for an example on how to generate this file.
You can’t perform that action at this time.
0 commit comments