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
ernie repo 里提供了三个脚本,分别处理不同的数据集,但是没有处理 CHID 和 C3 数据集的
The text was updated successfully, but these errors were encountered:
https://github.com/PaddlePaddle/PaddleNLP/tree/develop/examples/benchmark/clue/mrc 看这里。
Sorry, something went wrong.
可以参考以下代码以及 run_seq_cls.py 修改得到 run_mrc.py 用于多选任务。(1) 参考下述代码中的数据处理逻辑构造 MapDataset 类型的 train_ds, dev_ds,(2) 根据其中的 evaluate 方法重新实现 compute_metric,替换掉 run_seq_cls.py 中的原始实现。
run_seq_cls.py
run_mrc.py
MapDataset
evaluate
compute_metric
wawltor
No branches or pull requests
请提出你的问题
ernie repo 里提供了三个脚本,分别处理不同的数据集,但是没有处理 CHID 和 C3 数据集的
The text was updated successfully, but these errors were encountered: