We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf5eec81 commit68d4a3dCopy full SHA for 68d4a3d
download.sh
100644
100755
@@ -2,8 +2,8 @@ mkdir ./data
2
cd data
3
git clone https://github.com/google-research/bert.git
4
#For Japanese, comment out text = self._tokenize_chinese_chars(text) in tokenization.py
5
-curl http://nlp.ist.i.kyoto-u.ac.jp/nl-resource/JapaneseBertPretrainedModel/Japanese_L-12_H-768_A-12_E-30_BPE.zip> Japanese_L-12_H-768_A-12_E-30_BPE.zip.zip
6
-unzip Japanese_L-12_H-768_A-12_E-30_BPE.zip.zip
+curl http://nlp.ist.i.kyoto-u.ac.jp/nl-resource/JapaneseBertPretrainedModel/Japanese_L-12_H-768_A-12_E-30_BPE.zip> Japanese_L-12_H-768_A-12_E-30_BPE.zip
+unzip Japanese_L-12_H-768_A-12_E-30_BPE.zip
7
curl https://tulip.kuee.kyoto-u.ac.jp/localgovfaq/localgovfaq.zip> localgovfaq.zip
8
unzip localgovfaq.zip
9
cd -