B-K commited on
Commit
805b5a0
·
verified ·
1 Parent(s): de1e99b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -27,8 +27,9 @@ metrics:
27
  - cer
28
  pipeline_tag: text2text-generation
29
  widget:
30
- - text: "สวัสดีครับ"
31
- example_title: "Thai G2P Example"
 
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 phonetic transcriptions (IPA) for Thai text.
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