Update README.md
Browse files
README.md
CHANGED
|
@@ -27,8 +27,9 @@ metrics:
|
|
| 27 |
- cer
|
| 28 |
pipeline_tag: text2text-generation
|
| 29 |
widget:
|
| 30 |
-
- text:
|
| 31 |
-
example_title:
|
|
|
|
| 32 |
---
|
| 33 |
|
| 34 |
# umt5-thai-g2p
|
|
@@ -41,15 +42,14 @@ It achieves the following results on the sentence evaluation set:
|
|
| 41 |
|
| 42 |
## Model Description
|
| 43 |
|
| 44 |
-
`umt5-thai-g2p` is designed to convert Thai text (words or sentences) into their corresponding International Phonetic Alphabet (IPA) representations.
|
| 45 |
|
| 46 |
## Intended uses & limitations
|
| 47 |
|
| 48 |
### Intended Uses
|
| 49 |
|
| 50 |
-
* **Thai Grapheme-to-Phoneme (G2P) Conversion**: The primary use of this model is to generate
|
| 51 |
* **Speech Synthesis Preprocessing**: Can be used as a component in a Text-to-Speech (TTS) pipeline to convert input text into phonemes before acoustic model processing.
|
| 52 |
-
* **Linguistic Analysis**: May assist in phonetic research or applications requiring phonetic representations of Thai words.
|
| 53 |
|
| 54 |
### Limitations
|
| 55 |
|
|
|
|
| 27 |
- cer
|
| 28 |
pipeline_tag: text2text-generation
|
| 29 |
widget:
|
| 30 |
+
- text: สวัสดีครับ
|
| 31 |
+
example_title: Thai G2P Example
|
| 32 |
+
new_version: B-K/umt5-thai-g2p-v2-0.5k
|
| 33 |
---
|
| 34 |
|
| 35 |
# umt5-thai-g2p
|
|
|
|
| 42 |
|
| 43 |
## Model Description
|
| 44 |
|
| 45 |
+
`umt5-thai-g2p` is designed to convert Thai text (words or sentences) into their corresponding phonemic International Phonetic Alphabet (IPA) representations.
|
| 46 |
|
| 47 |
## Intended uses & limitations
|
| 48 |
|
| 49 |
### Intended Uses
|
| 50 |
|
| 51 |
+
* **Thai Grapheme-to-Phoneme (G2P) Conversion**: The primary use of this model is to generate phonemic transcriptions (IPA) for Thai text.
|
| 52 |
* **Speech Synthesis Preprocessing**: Can be used as a component in a Text-to-Speech (TTS) pipeline to convert input text into phonemes before acoustic model processing.
|
|
|
|
| 53 |
|
| 54 |
### Limitations
|
| 55 |
|