Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This model is fine-tuned on the Tamil dataset from Common Voice 16.1, preprocessed using Epitran for transliterating text into IPA. The 'tam-Taml' code was employed to generate a precise phoneme list, crucial for capturing the nuances of Tamil phonetics:
|
2 |
+
|
3 |
+
* Vowels: 'a', 'aj', 'aʋ', 'aː', 'e', 'eː', 'i', 'iː', 'o', 'oː', 'u', 'uː'
|
4 |
+
* Consonants:
|
5 |
+
* Nasals: 'm', 'n', 'n̪', 'ŋ', 'ɲ', 'ɳ'
|
6 |
+
* Stops: 'p', 't̪', 'ʈ', 'k',
|
7 |
+
* Affricates: 'd͡ʒ', 't͡ʃ'
|
8 |
+
* Fricatives: 'ʋ', 's', 'ʂ', 'ʃ', 'h'
|
9 |
+
* Approximants: 'j', 'ɻ', 'ɾ', 'l', 'ɭ'
|
10 |
+
* Consonant cluster: 'kʂ'
|
11 |
+
* Special Symbols: '்' (denotes absence of inherent vowel)
|
12 |
+
|