smp-ewect-code icon indicating copy to clipboard operation
smp-ewect-code copied to clipboard

请问用的是UER的哪一个初始化模型?

Open crazycv opened this issue 5 years ago • 3 comments

你好,想要问一下你们使用的是uer的哪一个预训练模型?

crazycv avatar Oct 23 '20 07:10 crazycv

uer mixed corpus large

---原始邮件--- 发件人: "crazycv"<[email protected]> 发送时间: 2020年10月23日(周五) 下午3:02 收件人: "thinkingmanyangyang/smp-ewect-code"<[email protected]>; 抄送: "Subscribed"<[email protected]>; 主题: [thinkingmanyangyang/smp-ewect-code] 请问用的是UER的哪一个初始化模型? (#1)

你好,想要问一下你们使用的是uer的哪一个预训练模型?

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

thinkingmanyangyang avatar Oct 31 '20 10:10 thinkingmanyangyang

logits = torch.softmax(logits, dim=-1) 请问一下既然是多分类任务,为什么这里使用的是softmax而不是sigmoid image

ML-PPAP avatar Apr 08 '21 07:04 ML-PPAP

这个比赛是单分类任务

---原始邮件--- 发件人: @.> 发送时间: 2021年4月8日(周四) 下午3:41 收件人: @.>; 抄送: @.@.>; 主题: Re: [thinkingmanyangyang/smp-ewect-code] 请问用的是UER的哪一个初始化模型? (#1)

logits = torch.softmax(logits, dim=-1) 请问一下既然是多分类任务,为什么这里使用的是softmax而不是sigmoid

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

thinkingmanyangyang avatar Apr 26 '21 11:04 thinkingmanyangyang