|
|
před 2 roky | |
|---|---|---|
| inference | před 3 roky | |
| lib | před 4 roky | |
| .gitignore | před 4 roky | |
| LICENSE | před 2 roky | |
| README.md | před 4 roky | |
| arguments.py | před 4 roky | |
| callback.py | před 4 roky | |
| data.py | před 4 roky | |
| huggingface_auth.py | před 4 roky | |
| manage_scaleset.py | před 4 roky | |
| requirements.txt | před 3 roky | |
| run_aux_peer.py | před 4 roky | |
| run_trainer.py | před 4 roky | |
| run_trainer_tpu.py | před 4 roky | |
| task.py | před 4 roky | |
| utils.py | před 4 roky |
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.