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
我将自己的数据集处理成代码要求的格式并确保所有的token序列长度小于512,使用chinese-roberta-wwm-ext作为预训练模型,参数和genia数据集相同,出现如下错误 显示是data/padder.py文件下的 buffer[i, :len(f), :len(f)] = torch.from_numpy(f)出现错误 非常期待您的回复,谢谢
The text was updated successfully, but these errors were encountered:
看起来是由于那个f数据太长了,没有被截取成512长度的哇
Sorry, something went wrong.
请问你自己的数据集是中文的吗,可以告知怎么处理的吗
我将自己的数据集处理成代码要求的格式并确保所有的token序列长度小于512,使用chinese-roberta-wwm-ext作为预训练模型,参数和genia数据集相同,出现如下错误 显示是data/padder.py文件下的 buffer[i, :len(f), :len(f)] = torch.from_numpy(f)出现错误 非常期待您的回复,谢谢 请问你自己的数据集是中文的吗,可以告知怎么处理的吗
同问中文数据集怎么处理呢??
No branches or pull requests
我将自己的数据集处理成代码要求的格式并确保所有的token序列长度小于512,使用chinese-roberta-wwm-ext作为预训练模型,参数和genia数据集相同,出现如下错误
显示是data/padder.py文件下的 buffer[i, :len(f), :len(f)] = torch.from_numpy(f)出现错误
非常期待您的回复,谢谢
The text was updated successfully, but these errors were encountered: