-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
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
关于主题抽取的数据集是哪个 #12
Comments
这个数据集是百度数据抽取大赛的数据集,加我微信17710158550,我私下发给你 |
链接:https://pan.baidu.com/s/1YMkNQdDSd0q7vfuuu7T4-g |
另外的数据集是代码中对已有数据集进行预处理之后生成的,你可以看看代码里面哪里生成了文件从而获取到数据集 |
谢谢帮忙
…------------------ 原始邮件 ------------------
发件人: "闫广庆"<[email protected]>;
发送时间: 2019年7月26日(星期五) 中午12:32
收件人: "bojone/bert_in_keras"<[email protected]>;
抄送: "来福的新生"<[email protected]>; "Author"<[email protected]>;
主题: Re: [bojone/bert_in_keras] 关于主题抽取的数据集是哪个 (#12)
另外的数据集是代码中对已有数据集进行预处理之后生成的,你可以看看代码里面哪里生成了文件从而获取到数据集
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
train_data = json.load(open('../datasets/train_data_me.json'))
dev_data = json.load(open('../datasets/dev_data_me.json'))
id2predicate, predicate2id = json.load(open('../datasets/all_50_schemas_me.json'))
这个数据集在哪里。
The text was updated successfully, but these errors were encountered: