|
|
4 éve | |
|---|---|---|
| lib | 4 éve | |
| .gitignore | 4 éve | |
| README.md | 4 éve | |
| arguments.py | 4 éve | |
| callback.py | 4 éve | |
| data.py | 4 éve | |
| huggingface_auth.py | 4 éve | |
| manage_scaleset.py | 4 éve | |
| requirements.txt | 4 éve | |
| run_aux_peer.py | 4 éve | |
| run_trainer.py | 4 éve | |
| run_trainer_tpu.py | 4 éve | |
| task.py | 4 éve | |
| utils.py | 4 éve |
This repository is a part of the NeurIPS 2021 demonstration "Training Transformers Together".
In this demo, we train a model similar to OpenAI DALL-E — a Transformer "language model" that generates images from text descriptions. Training happens collaboratively — volunteers from all over the Internet contribute to the training using hardware available to them. We use LAION-400M, the world's largest openly available image-text-pair dataset with 400 million samples. Our model is based on the dalle‑pytorch implementation by Phil Wang with a few tweaks to make it communication-efficient.
See details about how to join and how it works on our website.