|
3 سال پیش | |
---|---|---|
inference | 3 سال پیش | |
lib | 3 سال پیش | |
.gitignore | 3 سال پیش | |
README.md | 3 سال پیش | |
arguments.py | 3 سال پیش | |
callback.py | 3 سال پیش | |
data.py | 3 سال پیش | |
huggingface_auth.py | 3 سال پیش | |
manage_scaleset.py | 3 سال پیش | |
requirements.txt | 3 سال پیش | |
run_aux_peer.py | 3 سال پیش | |
run_trainer.py | 3 سال پیش | |
run_trainer_tpu.py | 3 سال پیش | |
task.py | 3 سال پیش | |
utils.py | 3 سال پیش |
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.