yoheikikuta/bert-japanese

Update from upstream (BERT)

vochicong opened this issue · 1 comments

create_pretraining_data, run_pretraining, run_classifier は BERT の実装をベースにしているようですが、BERT本家の更新があったら取り込む予定はありますでしょうか。

diff -s -q bert/ src/ | sort | grep -v .git
Files bert/create_pretraining_data.py and src/create_pretraining_data.py differ
Files bert/run_classifier.py and src/run_classifier.py differ
Files bert/run_pretraining.py and src/run_pretraining.py differ
Only in bert/: CONTRIBUTING.md
Only in bert/: extract_features.py
Only in bert/: __init__.py
Only in bert/: LICENSE
Only in bert/: modeling.py
Only in bert/: modeling_test.py
Only in bert/: multilingual.md
Only in bert/: optimization.py
Only in bert/: optimization_test.py
Only in bert/: README.md
Only in bert/: requirements.txt
Only in bert/: run_squad.py
Only in bert/: sample_text.txt
Only in bert/: tokenization.py
Only in bert/: tokenization_test.py
Only in src/: data-download-and-extract.py
Only in src/: file-preprocessing.sh
Only in src/: tokenization_sentencepiece.py
Only in src/: train-sentencepiece.py
Only in src/: utils.py

あまり考えてないですが、たぶん取り込まないです。
単一のモデルのレポジトリなので、本家の方もそこまで活発に更新していくということはないように思います。