Commit
Β·
514ac9c
1
Parent(s):
dae15a6
Update README.md
Browse files
README.md
CHANGED
@@ -37,9 +37,14 @@ You can use this model directly with a pipeline for translation language modelin
|
|
37 |
>>> from transformers import pipeline
|
38 |
>>> translator = pipeline('translation', model='chunwoolee0/ke_t5_base_bongsoo_en_ko')
|
39 |
|
40 |
-
>>> translator("
|
41 |
-
[{'translation_text': '
|
42 |
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
## Training and evaluation data
|
45 |
|
|
|
37 |
>>> from transformers import pipeline
|
38 |
>>> translator = pipeline('translation', model='chunwoolee0/ke_t5_base_bongsoo_en_ko')
|
39 |
|
40 |
+
>>> translator("λλ μ΅κ΄μ μΌλ‘ μ μ¬μμ¬ νμ μ°μ±
μ νλ€.")
|
41 |
+
[{'translation_text': 'I habitually go to walk after lunch'}]
|
42 |
|
43 |
+
>>> translator("μ΄ κ°μ’λ νκΉ
νμ΄μ€κ° λ§λ κ±°μΌ.")
|
44 |
+
[{'translation_text': 'This class was created by Huggface.'}]
|
45 |
+
|
46 |
+
>>> translator("μ€λμ λ¦κ² μΌμ΄λ¬λ€.")
|
47 |
+
[{'translation_text': 'This day, I went late.'}]
|
48 |
|
49 |
## Training and evaluation data
|
50 |
|