jonatasgrosman
commited on
Commit
•
19ab8c1
1
Parent(s):
28449cb
Update README.md
Browse files
README.md
CHANGED
@@ -111,7 +111,7 @@ CHARS_TO_IGNORE = [",", "?", "¿", ".", "!", "¡", ";", ";", ":", '""', "%", '
|
|
111 |
"؟", "،", "।", "॥", "«", "»", "„", "“", "”", "「", "」", "‘", "’", "《", "》", "(", ")", "[", "]",
|
112 |
"{", "}", "=", "`", "_", "+", "<", ">", "…", "–", "°", "´", "ʾ", "‹", "›", "©", "®", "—", "→", "。",
|
113 |
"、", "﹂", "﹁", "‧", "~", "﹏", ",", "{", "}", "(", ")", "[", "]", "【", "】", "‥", "〽",
|
114 |
-
"『", "』", "〝", "〟", "⟨", "⟩", "〜", ":", "!", "?", "♪", "؛", "/", "
|
115 |
|
116 |
test_dataset = load_dataset("common_voice", LANG_ID, split="test")
|
117 |
|
@@ -164,6 +164,6 @@ In the table below I report the Word Error Rate (WER) and the Character Error Ra
|
|
164 |
| Model | WER | CER |
|
165 |
| ------------- | ------------- | ------------- |
|
166 |
| lighteternal/wav2vec2-large-xlsr-53-greek | **10.13%** | **2.66%** |
|
167 |
-
| jonatasgrosman/wav2vec2-large-xlsr-53-greek | 14.39% | 4.18 |
|
168 |
| vasilis/wav2vec2-large-xlsr-53-greek | 19.09% | 5.88% |
|
169 |
| PereLluis13/wav2vec2-large-xlsr-53-greek | 20.16% | 5.71% |
|
|
|
111 |
"؟", "،", "।", "॥", "«", "»", "„", "“", "”", "「", "」", "‘", "’", "《", "》", "(", ")", "[", "]",
|
112 |
"{", "}", "=", "`", "_", "+", "<", ">", "…", "–", "°", "´", "ʾ", "‹", "›", "©", "®", "—", "→", "。",
|
113 |
"、", "﹂", "﹁", "‧", "~", "﹏", ",", "{", "}", "(", ")", "[", "]", "【", "】", "‥", "〽",
|
114 |
+
"『", "』", "〝", "〟", "⟨", "⟩", "〜", ":", "!", "?", "♪", "؛", "/", "\\\\", "º", "−", "^", "ʻ", "ˆ"]
|
115 |
|
116 |
test_dataset = load_dataset("common_voice", LANG_ID, split="test")
|
117 |
|
|
|
164 |
| Model | WER | CER |
|
165 |
| ------------- | ------------- | ------------- |
|
166 |
| lighteternal/wav2vec2-large-xlsr-53-greek | **10.13%** | **2.66%** |
|
167 |
+
| jonatasgrosman/wav2vec2-large-xlsr-53-greek | 14.39% | 4.18% |
|
168 |
| vasilis/wav2vec2-large-xlsr-53-greek | 19.09% | 5.88% |
|
169 |
| PereLluis13/wav2vec2-large-xlsr-53-greek | 20.16% | 5.71% |
|