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_dataset中 vocab_file = "/data/nfsdata2/sunzijun/glyce/glyce/bert_chinese_base_large_vocab/vocab.txt" config_path = "/data/nfsdata2/sunzijun/glyce/glyce/config" 是改为CHINESEBERT_PATH中的路径吗
另外在bert_dataset中 tokenizer = BertMaskDataset(vocab_file, config_path) 的BertMaskDataset报红, 我试着在文件头加入from bert_mask_dataset import BertMaskDataset 提示ModuleNotFoundError: No module named 'bert_mask_dataset'
感谢您的查阅。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
关于bert_dataset中
vocab_file = "/data/nfsdata2/sunzijun/glyce/glyce/bert_chinese_base_large_vocab/vocab.txt"
config_path = "/data/nfsdata2/sunzijun/glyce/glyce/config" 是改为CHINESEBERT_PATH中的路径吗
另外在bert_dataset中
tokenizer = BertMaskDataset(vocab_file, config_path) 的BertMaskDataset报红,
我试着在文件头加入from bert_mask_dataset import BertMaskDataset
提示ModuleNotFoundError: No module named 'bert_mask_dataset'
感谢您的查阅。
The text was updated successfully, but these errors were encountered: