Tanhim commited on
Commit
75d3fc0
1 Parent(s): da2363f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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, we
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