We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bert = torch::jit::load(join(model,"bert_features.zip").c_str()); ner = torch::jit::load(join(model,"bert_ner.zip").c_str());
where is file (bert_features.zip and bert_ner.zip ) ?
The text was updated successfully, but these errors were encountered:
In the pretrained model https://onedrive.live.com/?authkey=%21AG6vMTjttNHJR5E&cid=390AF7A51B5537E7&id=390AF7A51B5537E7%21776&parId=390AF7A51B5537E7%21775&action=locate
Sorry, something went wrong.
It has the pytorch_model.bin file and not the zip files
Same Error occured. How can handle this?
No branches or pull requests
bert = torch::jit::load(join(model,"bert_features.zip").c_str());
ner = torch::jit::load(join(model,"bert_ner.zip").c_str());
where is file (bert_features.zip and bert_ner.zip ) ?
The text was updated successfully, but these errors were encountered: