649453932 / Bert-Chinese-Text-Classification-Pytorch

使用Bert,ERNIE,进行中文文本分类
MIT License
4.01k stars 898 forks source link

训练迭代30次,就train_acc 就100%了 #93

Open kunshou123 opened 3 years ago

cfy42584125 commented 3 years ago

数据的问题吧!我改用自己的数据第二次就100%了

kunshou123 commented 3 years ago

已经解决了,数据在训练时要shuffle一下,打乱标签顺序

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年7月2日(星期五) 上午9:30 收件人: @.>; 抄送: "结€┏ @.>; @.>; 主题: Re: [649453932/Bert-Chinese-Text-Classification-Pytorch] 训练迭代30次,就train_acc 就100%了 (#93)

数据的问题吧!我改用自己的数据第二次就100%了

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

cfy42584125 commented 3 years ago

已经解决了,数据在训练时要shuffle一下,打乱标签顺序 ------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年7月2日(星期五) 上午9:30 收件人: @.>; 抄送: "结€┏ @.>; @.>; 主题: Re: [649453932/Bert-Chinese-Text-Classification-Pytorch] 训练迭代30次,就train_acc 就100%了 (#93) 数据的问题吧!我改用自己的数据第二次就100%了 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

shuffle是用的random.shuffle吗

kunshou123 commented 3 years ago

是的

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年7月14日(星期三) 中午1:44 收件人: @.>; 抄送: "结€┏ @.>; @.>; 主题: Re: [649453932/Bert-Chinese-Text-Classification-Pytorch] 训练迭代30次,就train_acc 就100%了 (#93)

已经解决了,数据在训练时要shuffle一下,打乱标签顺序 … ------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年7月2日(星期五) 上午9:30 收件人: @.>; 抄送: "结€┏ @.>; @.>; 主题: Re: [649453932/Bert-Chinese-Text-Classification-Pytorch] 训练迭代30次,就train_acc 就100%了 (#93) 数据的问题吧!我改用自己的数据第二次就100%了 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

shuffle是用的random.shuffle吗

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Grin-ZW commented 3 years ago

是的 ------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年7月14日(星期三) 中午1:44 收件人: @.>; 抄送: "结€┏ @.>; @.>; 主题: Re: [649453932/Bert-Chinese-Text-Classification-Pytorch] 训练迭代30次,就train_acc 就100%了 (#93) 已经解决了,数据在训练时要shuffle一下,打乱标签顺序 … ------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年7月2日(星期五) 上午9:30 收件人: @.>; 抄送: "结€┏ @.>; @.>; 主题: Re: [649453932/Bert-Chinese-Text-Classification-Pytorch] 训练迭代30次,就train_acc 就100%了 (#93) 数据的问题吧!我改用自己的数据第二次就100%了 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. shuffle是用的random.shuffle吗 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

你好,random.shuffle加在哪里呢

ChasionNo1 commented 3 years ago

有没有过拟合啊

minizhangyaoyao commented 10 months ago

我感觉我是过拟合吧,要么全对,要么全错,然后train,dev,test精度都贼高,还不错。但换成自己文本去predict时,效果一点不好呢。想问下大家有遇到过这种情况吗

shuaihutianxie commented 10 months ago

怎么解决的