-
Notifications
You must be signed in to change notification settings - Fork 9
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
Dataset issues #1
Comments
现在这个数据集就是处理过的,解压之后能直接跑程序 |
数据集问题.pdf |
1.参考pickle库,代码里也有示范如何用pickle打开 |
1.我参考了您的读取pkl文件的代码,图1是提取的代码:用来将pkl文件转换为txt文件,但是得出的txt文件好多内容都被省略了(图2),此处我真不知道如何处理了呜呜呜~
2.假如说我把pkl文件成功转换为txt文件后,content和style_feature在同一个文档中,是否需要进一步处理?我看有的数据集就只包含经过处理后得到的标签。我没有看到您的代码中有做这种处理的,那我是否需要自己再进行数据处理?
万分感谢
…------------------ 原始邮件 ------------------
发件人: "ICTMCG/M3FEND" ***@***.***>;
发送时间: 2022年12月12日(星期一) 晚上11:05
***@***.***>;
***@***.******@***.***>;
主题: Re: [ICTMCG/M3FEND] Dataset issues (Issue #1)
1.参考pickle库,代码里也有示范如何用pickle打开
2.代码里有把token转index的部分
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
您好,是否方便加个微信呢
…------------------ 原始邮件 ------------------
发件人: "ICTMCG/M3FEND" ***@***.***>;
发送时间: 2022年12月12日(星期一) 晚上11:05
***@***.***>;
***@***.******@***.***>;
主题: Re: [ICTMCG/M3FEND] Dataset issues (Issue #1)
1.参考pickle库,代码里也有示范如何用pickle打开
2.代码里有把token转index的部分
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
简单的做法,读取pkl,遍历每一条样本,转json格式,保存json |
1.我将数据集都转化为了json格式,之前的pkl格式属于中间结果吗(可不回答)?数据集的话最后用的是json格式去训练模型吗? |
你好,您写的您用的pytorch>1.0 ,方便透漏您具体使用的pytorch版本和显卡型号吗?感谢 |
好像是pytorch1.6,显卡V100 |
Hi sir lr: 0.0001; model name: m3fend; batchsize: 64; epoch: 50; gpu: 1; domain_num: 3 |
Hello, I want to ask about the problem of the dataset, after opening the .pkl file, I found that the content in the middle is compressed, I don't know how to deal with it. Moreover, I see that this dataset also contains text, can you upload the dataset you have processed? Thank you very much.
您好,我想请教一下数据集的问题,打开pkl文件后,发现中间的内容都被压缩了,我不知道该怎么处理了。而且,我看这份数据集还包含文字,能否上传一下您处理过的数据集呢?万分感谢。
The text was updated successfully, but these errors were encountered: