Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,14 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -126,7 +134,9 @@ Use the code below to get started with the model.
|
|
126 |
|
127 |
### Results
|
128 |
|
129 |
-
|
|
|
|
|
130 |
|
131 |
#### Summary
|
132 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
language:
|
4 |
+
- mn
|
5 |
+
metrics:
|
6 |
+
- wer
|
7 |
+
- phone-error-rate
|
8 |
+
pipeline_tag: text2text-generation
|
9 |
+
tags:
|
10 |
+
- G2P
|
11 |
+
- Grapheme-to-Phoneme
|
12 |
---
|
13 |
|
14 |
# Model Card for Model ID
|
|
|
134 |
|
135 |
### Results
|
136 |
|
137 |
+
WER = 31.4%
|
138 |
+
|
139 |
+
PER = 13.4%
|
140 |
|
141 |
#### Summary
|
142 |
|