chunwoolee0
commited on
Commit
β’
76b599f
1
Parent(s):
3818623
Update README.md
Browse files
README.md
CHANGED
@@ -46,11 +46,11 @@ More information needed
|
|
46 |
|
47 |
## Usage
|
48 |
|
49 |
-
You can use this model directly with a pipeline for
|
50 |
|
51 |
```python
|
52 |
>>> from transformers import pipeline
|
53 |
-
>>> translator = pipeline('translation',
|
54 |
>>> translator("μ μ¬ μμ¬ νμ μ°μ±
κ°μ.")
|
55 |
|
56 |
[{'translation_text': "Let's go for a walk after noon."}]
|
|
|
46 |
|
47 |
## Usage
|
48 |
|
49 |
+
You can use this model directly with a pipeline for translation language modeling:
|
50 |
|
51 |
```python
|
52 |
>>> from transformers import pipeline
|
53 |
+
>>> translator = pipeline('translation',model='chunwoolee0/kd4_opus-mt-ko-e')
|
54 |
>>> translator("μ μ¬ μμ¬ νμ μ°μ±
κ°μ.")
|
55 |
|
56 |
[{'translation_text': "Let's go for a walk after noon."}]
|