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
- paddlepaddle: - paddlepaddle-gpu: - paddlenlp:
model_zoo/utils.py, #744, all_relation_examples在is_train=True下均为空。 print(all_relation_examples) # all_relation_examples=[] 导致doccano.py在转换uie模型数据进行微调训练任务中,关系抽取的语料为空。
python doccano.py --doccano_file ./data/doccano_ext.json --task_type ext --save_dir ./data --splits 0.8 0.2 0
The text was updated successfully, but these errors were encountered:
您好,你提的问题我们已经修复了,谢谢给我们提出问题!
Sorry, something went wrong.
This issue is stale because it has been open for 60 days with no activity. 当前issue 60天内无活动,被标记为stale。
This issue was closed because it has been inactive for 14 days since being marked as stale. 当前issue 被标记为stale已有14天,即将关闭。
linjieccc
No branches or pull requests
软件环境
重复问题
错误描述
稳定复现步骤 & 代码
python doccano.py
--doccano_file ./data/doccano_ext.json
--task_type ext
--save_dir ./data
--splits 0.8 0.2 0
The text was updated successfully, but these errors were encountered: