chunwoolee0 commited on
Commit
76b599f
β€’
1 Parent(s): 3818623

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 masked 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."}]
 
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."}]