cstr commited on
Commit
34a7d0b
·
verified ·
1 Parent(s): 3af65f8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -24,8 +24,8 @@ Truecasing models for restoring proper capitalization in lowercase ASR output. U
24
  | `truecaser-lstm-en.bin` | BiLSTM char-level | English | 3.2 MB | 93.0% | Apache-2.0 | `lstm-en` |
25
  | `truecaser-lstm-es.bin` | BiLSTM char-level | Spanish | 3.2 MB | — | Apache-2.0 | `lstm-es` |
26
  | `truecaser-lstm-ru.bin` | BiLSTM char-level | Russian | 4.1 MB | — | Apache-2.0 | `lstm-ru` |
27
- | `truecaser-crf-de.bin` | CRF + context | 24 MB | ~95% | MIT | |
28
- | `truecaser-de.bin` | Statistical freq | 9.2 MB | ~93% | MIT | |
29
 
30
  ## BiLSTM Truecaser (recommended)
31
 
 
24
  | `truecaser-lstm-en.bin` | BiLSTM char-level | English | 3.2 MB | 93.0% | Apache-2.0 | `lstm-en` |
25
  | `truecaser-lstm-es.bin` | BiLSTM char-level | Spanish | 3.2 MB | — | Apache-2.0 | `lstm-es` |
26
  | `truecaser-lstm-ru.bin` | BiLSTM char-level | Russian | 4.1 MB | — | Apache-2.0 | `lstm-ru` |
27
+ | `truecaser-crf-de.bin` | CRF + context | German | 8.5 MB | ~95% | MIT | `crf` |
28
+ | `truecaser-de.bin` | Statistical freq | German | 1.7 MB | ~93% | MIT | `auto` |
29
 
30
  ## BiLSTM Truecaser (recommended)
31