mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-15 21:01:19 +00:00
Create Modelcard for Reformer Model
This commit is contained in:
parent
01c37dcdb5
commit
301bf8d1b4
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
## Reformer Model trained on "Crime and Punishment"
|
||||
Crime and Punishment text was taken from `gs://trax-ml/reformer/crime-and-punishment-2554.txt`.
|
||||
Model was trained in flax using colab notebook proposed by authors: https://colab.research.google.com/github/google/trax/blob/master/trax/models/reformer/text_generation.ipynb
|
||||
Weights were converted to Hugging Face PyTorch `ReformerModelWithLMHead`.
|
||||
Loading…
Reference in a new issue