matthias-wright commited on
Commit
583fe89
1 Parent(s): e8d24bd

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # Better Language Models and Their Implications (GPT2)
2
+ <b>Paper:</b> <a href="https://openai.com/blog/better-language-models/">https://openai.com/blog/better-language-models/</a>
3
+
4
+ # About
5
+ These are the pretrained weights for [this](https://github.com/matthias-wright/flaxmodels/tree/main/flaxmodels/gpt2) ResNet implementation in Jax/Flax. The weights are taken from [this](https://github.com/huggingface/transformers/tree/master/src/transformers/models/gpt2) repository.
6
+
7
+ # Documentation
8
+ [Here](https://github.com/matthias-wright/flaxmodels/blob/main/docs/Documentation.md#1-checkpoints) is a documentation that explains the preprocessing steps as well as the format of the pretrained weights.