Update README.md
Browse files
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
|
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
|