allenai / scibert

A BERT model for scientific text.
https://arxiv.org/abs/1903.10676
Apache License 2.0
1.49k stars 217 forks source link

Using BERT-Base with train_allennlp_local.sh #111

Open jlu90 opened 3 years ago

jlu90 commented 3 years ago

Hello! I am attempting to replicate some of the experiments described in the paper. Do you have any recommendations for using BERT-Base with the train_allennlp_local.sh script. The PyTorch implementation of the model that I am using seems to require more files than just vocab.txt, bert_config.json, and pytorch_model.bin. Any help that you could provide would be greatly appreciated!