Closed ShivanshuPurohit closed 1 year ago
How do I get these files
##use downloaded model, change path accordingly BERT_VOCAB= '/home/ashish/FiQA/uncased_L-12_H-768_A-12/vocab.txt' BERT_INIT_CHKPNT = '/home/ashish/FiQA/uncased_L-12_H-768_A-12/bert_model.ckpt' BERT_CONFIG = '/home/ashish/FiQA/uncased_L-12_H-768_A-12/bert_config.json'
You may find it in BERT's repository
Thanks
Closing this as issue is resolved
How do I get these files