Translation
LiteRT
Safetensors
English
Russian
marian
odegiber commited on
Commit
c7b200e
·
verified ·
1 Parent(s): c956296

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-mt_tiny", max_length=256)
28
- >>> pipe("Les efforts visant à trouver le lieu de l’accident sont restreints par des intempéries et le terrain accidenté.")
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