Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ thumbnail: "https://huggingface.co/Tanhim/gpt2-model-de" <br />
|
|
15 |
datasets: Ten Thousand German News Articles Dataset <br />
|
16 |
|
17 |
### How to use
|
18 |
-
You can use this model directly with a pipeline for text generation. Since the generation relies on some randomness,
|
19 |
set a seed for reproducibility:
|
20 |
```python
|
21 |
>>> from transformers import pipeline, set_seed
|
|
|
15 |
datasets: Ten Thousand German News Articles Dataset <br />
|
16 |
|
17 |
### How to use
|
18 |
+
You can use this model directly with a pipeline for text generation. Since the generation relies on some randomness, I
|
19 |
set a seed for reproducibility:
|
20 |
```python
|
21 |
>>> from transformers import pipeline, set_seed
|