Last active
February 26, 2020 10:04
-
-
Save gaphex/759cbe48c0a94262b39ff386c9aada2b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !wget https://storage.googleapis.com/bert_models/2018_10_18/uncased_L-12_H-768_A-12.zip | |
| !unzip uncased_L-12_H-768_A-12.zip | |
| !wget https://nlp.stanford.edu/projects/snli/snli_1.0.zip | |
| !unzip snli_1.0.zip | |
| !wget https://www.nyu.edu/projects/bowman/multinli/multinli_1.0.zip | |
| !unzip multinli_1.0.zip | |
| !git clone https://github.com/brmson/dataset-sts | |
| !git clone https://github.com/gaphex/bert_experimental |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment