nyu-dl / dl4marco-bert

BSD 3-Clause "New" or "Revised" License
476 stars 87 forks source link

How to get the bert_config.json file #33

Closed aizest closed 5 years ago

aizest commented 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.

rodrigonogueira4 commented 5 years ago

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

aizest commented 5 years ago

Great! Thanks a lot!