Tanhim commited on
Commit
075887a
1 Parent(s): 4f9f044

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ language: German or Deutsch <br />
17
  thumbnail: https://huggingface.co/Tanhim/translation-En2De <br />
18
 
19
  ### How to use
20
- You can use this model directly with a pipeline for text generation. Since the generation relies on some randomness, I
21
  set a seed for reproducibility:
22
  ```python
23
  >>> from transformers import pipeline, set_seed
17
  thumbnail: https://huggingface.co/Tanhim/translation-En2De <br />
18
 
19
  ### How to use
20
+ You can use this model directly with a pipeline for machine translation. Since the generation relies on some randomness, I
21
  set a seed for reproducibility:
22
  ```python
23
  >>> from transformers import pipeline, set_seed