Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
---
|
2 |
language:
|
3 |
-
- en
|
4 |
-
- th
|
5 |
tags:
|
6 |
-
- transliteration
|
7 |
-
- thai
|
8 |
-
- english
|
9 |
-
- byt5
|
10 |
-
- fp16
|
11 |
license: mit
|
12 |
datasets:
|
13 |
-
- custom
|
14 |
library_name: transformers
|
15 |
pipeline_tag: text2text-generation
|
16 |
---
|
@@ -63,9 +63,9 @@ The model was trained on a combined dataset of English-Thai transliteration pair
|
|
63 |
- Gradient clipping: Yes (max_grad_norm=1.0)
|
64 |
|
65 |
### Evaluation Results
|
66 |
-
- **Accuracy**: `0.
|
67 |
-
- **Character Error Rate**: `0.
|
68 |
-
- **Mean Levenshtein Distance**: `0.
|
69 |
|
70 |
## How to Use
|
71 |
|
@@ -148,9 +148,8 @@ The model's performance may vary based on:
|
|
148 |
## Common Errors
|
149 |
|
150 |
Some common error patterns observed:
|
151 |
-
-
|
152 |
-
-
|
153 |
-
- glauconite → เกลาโคไนต์ (should be: กลอโคไนต์)
|
154 |
|
155 |
## License
|
156 |
|
|
|
1 |
---
|
2 |
language:
|
3 |
+
- en
|
4 |
+
- th
|
5 |
tags:
|
6 |
+
- transliteration
|
7 |
+
- thai
|
8 |
+
- english
|
9 |
+
- byt5
|
10 |
+
- fp16
|
11 |
license: mit
|
12 |
datasets:
|
13 |
+
- custom
|
14 |
library_name: transformers
|
15 |
pipeline_tag: text2text-generation
|
16 |
---
|
|
|
63 |
- Gradient clipping: Yes (max_grad_norm=1.0)
|
64 |
|
65 |
### Evaluation Results
|
66 |
+
- **Accuracy**: `0.7831`
|
67 |
+
- **Character Error Rate**: `0.0591`
|
68 |
+
- **Mean Levenshtein Distance**: `0.4654`
|
69 |
|
70 |
## How to Use
|
71 |
|
|
|
148 |
## Common Errors
|
149 |
|
150 |
Some common error patterns observed:
|
151 |
+
- group → กรูป (should be: กรุ๊ป)
|
152 |
+
- golf → โกล์ฟ (should be: กอล์ฟ)
|
|
|
153 |
|
154 |
## License
|
155 |
|