Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/yifding/Distributed_BERT
Browse files Browse the repository at this point in the history
…into bert_fine_tuning
  • Loading branch information
yifding committed Jan 4, 2021
2 parents 1faec1b + f23e62f commit 4d1971c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,18 @@ Running BERT on nodes with 4 GPUs each.

## Notice and tips
> loading BERT data takes a while.
## Known issues
- [ ] currently not supporting continue training
- [ ] mnist datasets download does not support multiple GPUs

## future patch
- [ ] bert processing pipeline not included
- [ ] interface of datasets/transformers not included
- [ ] hetseq not supporting download from pip
- [ ] evaluation separate/combined not included
- [ ] fp16 support

## License
this repository is MIT-licensed. It is created based on [fairseq](https://github.com/pytorch/fairseq),
[NVIDIA-BERT](https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/LanguageModeling/BERT), and
Expand Down

0 comments on commit 4d1971c

Please sign in to comment.