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
hello! how to use this model in chinese model? By changing the pretrained bert class in nlp.py? It doesn't help...
qa_model = TFBertForQuestionAnswering.from_pretrained('bert-base-chinese') qa_tokenizer = BertTokenizer.from_pretrained('bert-base-chinese',padding=True)
The text was updated successfully, but these errors were encountered:
请问你解决了这个问题吗?或者有啥好用的text2sql/tableQA中文模型推荐?期待您的回复!
Sorry, something went wrong.
No branches or pull requests
hello! how to use this model in chinese model? By changing the pretrained bert class in nlp.py? It doesn't help...
The text was updated successfully, but these errors were encountered: