thinkingmanyangyang / smp-ewect-code

smp ewect code
74 stars 19 forks source link

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

Open crazycv opened 3 years ago

crazycv commented 3 years ago

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

thinkingmanyangyang commented 3 years ago

uer mixed corpus large

---原始邮件--- 发件人: "crazycv"<notifications@github.com> 发送时间: 2020年10月23日(周五) 下午3:02 收件人: "thinkingmanyangyang/smp-ewect-code"<smp-ewect-code@noreply.github.com>; 抄送: "Subscribed"<subscribed@noreply.github.com>; 主题: [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.

ML-PPAP commented 3 years ago

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

thinkingmanyangyang commented 3 years ago

这个比赛是单分类任务

---原始邮件--- 发件人: @.> 发送时间: 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.