|
преди 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.