Translation
LiteRT
Safetensors
English
French
marian
odegiber commited on
Commit
fac7e01
·
verified ·
1 Parent(s): b256749

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ The configuration file fed into OpusDistillery can be found [here](https://githu
25
  ## How to run
26
  ```python
27
  >>> from transformers import pipeline
28
- >>> pipe = pipeline("translation", model="Helsinki-NLP/opus-mt_tiny", max_length=256)
29
  >>> pipe("Les efforts visant à trouver le lieu de l’accident sont restreints par des intempéries et le terrain accidenté.")
30
  ```
31
 
 
25
  ## How to run
26
  ```python
27
  >>> from transformers import pipeline
28
+ >>> pipe = pipeline("translation", model="Helsinki-NLP/opus-mt_tiny_fra-eng", max_length=256)
29
  >>> pipe("Les efforts visant à trouver le lieu de l’accident sont restreints par des intempéries et le terrain accidenté.")
30
  ```
31