Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Khmer Homophone Corrector
|
2 |
|
3 |
A fine-tuned PrahokBART model specifically designed for correcting homophones in Khmer text. This model builds upon PrahokBART, a pre-trained sequence-to-sequence model for Khmer natural language generation, and addresses the unique challenges of Khmer language processing, including word boundary issues and homophone confusion.
|
@@ -209,4 +229,4 @@ This model builds upon and fine-tunes the PrahokBART model:
|
|
209 |
- Contributors to the Khmer language processing tools
|
210 |
---
|
211 |
|
212 |
-
**Note:** This model is specifically designed for Khmer language homophone correction and may not work optimally with other languages or tasks.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- km
|
4 |
+
license: mit
|
5 |
+
tags:
|
6 |
+
- khmer
|
7 |
+
- homophone-correction
|
8 |
+
- text-generation
|
9 |
+
- seq2seq
|
10 |
+
- prahokbart
|
11 |
+
datasets:
|
12 |
+
- custom-khmer-homophone
|
13 |
+
metrics:
|
14 |
+
- bleu
|
15 |
+
- wer
|
16 |
+
pipeline_tag: text2text-generation
|
17 |
+
base_model:
|
18 |
+
- nict-astrec-att/prahokbart_big
|
19 |
+
---
|
20 |
+
|
21 |
# Khmer Homophone Corrector
|
22 |
|
23 |
A fine-tuned PrahokBART model specifically designed for correcting homophones in Khmer text. This model builds upon PrahokBART, a pre-trained sequence-to-sequence model for Khmer natural language generation, and addresses the unique challenges of Khmer language processing, including word boundary issues and homophone confusion.
|
|
|
229 |
- Contributors to the Khmer language processing tools
|
230 |
---
|
231 |
|
232 |
+
**Note:** This model is specifically designed for Khmer language homophone correction and may not work optimally with other languages or tasks.
|