Merge pull request #29 from huggingface/first-release
First release
Showing
CONTRIBUTING.md
deleted
100644 → 0
This diff is collapsed.
__init__.py
deleted
100644 → 0
bin/pytorch_pretrained_bert
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
| torch | # This installs Pytorch for CUDA 8 only. If you are using a newer version, | ||
| # please visit http://pytorch.org/ and install the relevant version. | |||
| torch>=0.4.1,<0.5.0 | |||
| # progress bars in model download and training scripts | |||
| tqdm | tqdm | ||
| # Accessing files from S3 directly. | |||
| boto3 | |||
| # Used for downloading models over HTTP | |||
| requests | |||
| \ No newline at end of file |
setup.py
0 → 100644
Please register or sign in to comment