Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,8 @@ metrics:
|
|
12 |
model-index:
|
13 |
- name: thai-g2p-byt5-finetuned-final
|
14 |
results: []
|
|
|
|
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -92,4 +94,4 @@ test_word4 = "สมเด็จพระเจ้าพี่นางเธอ
|
|
92 |
print(f"'{test_word1}' -> {thai_to_ipa(test_word1)}")
|
93 |
print(f"'{test_word2}' -> {thai_to_ipa(test_word2)}")
|
94 |
print(f"'{test_word3}' -> {thai_to_ipa(test_word3)}")
|
95 |
-
print(f"'{test_word4}' -> {thai_to_ipa(test_word4)}")
|
|
|
12 |
model-index:
|
13 |
- name: thai-g2p-byt5-finetuned-final
|
14 |
results: []
|
15 |
+
datasets:
|
16 |
+
- Gregniuki/g2p_thai_ipa
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
94 |
print(f"'{test_word1}' -> {thai_to_ipa(test_word1)}")
|
95 |
print(f"'{test_word2}' -> {thai_to_ipa(test_word2)}")
|
96 |
print(f"'{test_word3}' -> {thai_to_ipa(test_word3)}")
|
97 |
+
print(f"'{test_word4}' -> {thai_to_ipa(test_word4)}")
|