Update README.md
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ print(tokenizer.decode(output))
|
|
64 |
|
65 |
## Training details
|
66 |
|
67 |
-
GerPT2-large is trained on the entire German data
|
68 |
GerPT2-large was trained with:
|
69 |
|
70 |
- a batch size of 256
|
|
|
64 |
|
65 |
## Training details
|
66 |
|
67 |
+
GerPT2-large is trained on the entire German data from the [CC-100 Corpus](http://data.statmt.org/cc-100/) and weights were initialized from the [English GPT2 model](https://huggingface.co/gpt2-large).
|
68 |
GerPT2-large was trained with:
|
69 |
|
70 |
- a batch size of 256
|