Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,6 @@ You can use this model directly with a pipeline:
|
|
24 |
|
25 |
```python
|
26 |
from transformers import pipeline
|
27 |
-
|
28 |
-
|
29 |
```
|
|
|
24 |
|
25 |
```python
|
26 |
from transformers import pipeline
|
27 |
+
fugu_translator = pipeline('translation', model='staka/fugumt-en-ja')
|
28 |
+
fugu_translator('This is a cat.')
|
29 |
```
|