Update README.md
Browse files
README.md
CHANGED
@@ -19,8 +19,14 @@ tags:
|
|
19 |
|
20 |
- The fine-tuning dataset consists of the KMA Medical Terminology Collection and the KCD-8 masterfile's Korean-English description dataset.
|
21 |
|
22 |
-
- It is specialized for translating Korean medical terms into English.
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
```python
|
26 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
|
|
19 |
|
20 |
- The fine-tuning dataset consists of the KMA Medical Terminology Collection and the KCD-8 masterfile's Korean-English description dataset.
|
21 |
|
22 |
+
- It is specialized for translating Korean medical terms into English. ( ! Especially fitted for translating cause-of-death Korean text into English terms ! )
|
23 |
|
24 |
+
- After pushing the model, we have continuously identified mistranslations and are updating the # Woondsc/nllb-1.3B-KMA-KCD-FFTtest # model to address these issues. This model is an improved fine-tuned version specifically designed to correct additional mistranslations in the original model.
|
25 |
+
|
26 |
+
- If you are looking to build a general Korean-to-English translation model for other purposes, feel free to use this model. However, if you need better performance for Korean-to-English medical translations, we recommend using # Woondsc/nllb-1.3B-KMA-KCD-FFTtest # instead.
|
27 |
+
|
28 |
+
|
29 |
+
# Here is the example of using this model for translating Korean COD into English term . . .
|
30 |
|
31 |
```python
|
32 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|