pycharm 运行代码时出现错误
raise EnvironmentError(
OSError: Model name 'D:/360Downloads/pycharm/ConNER/RoBERTa-large-PM-M3-Voc' was not found in tokenizers model name list (roberta-base, roberta-large, roberta-large-mnli, distilroberta-base, roberta-base-openai-detector, roberta-large-openai-detector). We assumed 'D:/360Downloads/pycharm/ConNER/RoBERTa-large-PM-M3-Voc' was a path, a model identifier, or url to a directory containing vocabulary files named ['vocab.json', 'merges.txt'] but couldn't find such vocabulary files at this path or url.
按照网上的说法去试了,但还是没用,路径也没问题,该模型目录下也有包含名为'vocab.json'和'merges.txt'的词汇文件,不知道到底时哪里出的问题,所以求各位来了
