Update README.md
Browse files
README.md
CHANGED
|
@@ -24,8 +24,8 @@ The configuration file fed into OpusDistillery can be found [here](https://githu
|
|
| 24 |
## How to run
|
| 25 |
```python
|
| 26 |
>>> from transformers import pipeline
|
| 27 |
-
>>> pipe = pipeline("translation", model="Helsinki-NLP/opus-
|
| 28 |
-
>>> pipe("
|
| 29 |
```
|
| 30 |
|
| 31 |
## Benchmarks
|
|
|
|
| 24 |
## How to run
|
| 25 |
```python
|
| 26 |
>>> from transformers import pipeline
|
| 27 |
+
>>> pipe = pipeline("translation", model="Helsinki-NLP/opus-mt_tiny_eng-rus", max_length=256)
|
| 28 |
+
>>> pipe("Hello, how are you?")
|
| 29 |
```
|
| 30 |
|
| 31 |
## Benchmarks
|