You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thank you so much for this library! When I tried with a bert model downloaded in google-search/bert, I don't know which file should I use for '-pm_p' argument.
Ther are 4 files in the model folder:
bert_config.json
bert_model.ckpt.data-00000-of-00001
bert_model.ckpt.index
vocab.txt
@taiwen97 Hello, thank you very much for providing this library! Like the questioner's question above, I tried to run it with the command you provided above, but the bert model downloaded does not contain bert_ model. ckpt,so which file should be used as the "- pm_p" parameter
Hi,
Thank you so much for this library! When I tried with a bert model downloaded in google-search/bert, I don't know which file should I use for '-pm_p' argument.
Ther are 4 files in the model folder:
bert_config.json
bert_model.ckpt.data-00000-of-00001
bert_model.ckpt.index
vocab.txt
I tried:
It gives an error:
I also tried with "bert_model.ckpt.data-00000-of-00001", but it gives a similar error ending with
I really appreciate any help! Thanks in advance!
The text was updated successfully, but these errors were encountered: