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-base-uncased预训练模型应该放在哪个路径下?需要修改什么吗?期待您的回复。
The text was updated successfully, but these errors were encountered:
拙见如下:你将下载的模型放在temp_dir路径下,然后在train_abstractive.py和train_extractive.py的223行253行330行的(可能有几行偏差,将路径都改为绝对路径temp_dir) 再在文件的首部加上from others.tokenization import BertTokenizer 图片如下: 你还需要在model_builder.py文件做如何修改
就是路径问题,多改就好
Sorry, something went wrong.
No branches or pull requests
博主您好,本地bert-base-uncased预训练模型应该放在哪个路径下?需要修改什么吗?期待您的回复。
The text was updated successfully, but these errors were encountered: