Closed aizest closed 5 years ago
I'm trying to run the treccar on my own GPU. But I couldn't find the "uncased_L-24_H-1024_A-16/bert_config.json" in the provided code and pre-trained BERT model. Where can we get a copy? Thanks in advance.
It is the same config file used by the original BERT repository (https://github.com/google-research/bert):
https://storage.googleapis.com/bert_models/2018_10_18/uncased_L-24_H-1024_A-16.zip
Great! Thanks a lot!
I'm trying to run the treccar on my own GPU. But I couldn't find the "uncased_L-24_H-1024_A-16/bert_config.json" in the provided code and pre-trained BERT model. Where can we get a copy? Thanks in advance.