lonePatient / Bert-Multi-Label-Text-Classification

This repo contains a PyTorch implementation of a pretrained BERT model for multi-label text classification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

关于分类阈值问题

wl915634785 opened this issue · comments

如果阈值为0.5,我不太理解。因为样本是0和1,所以预测值也应该接近0和1,那么经过sigmod以后不都是应该大于0.5吗,是不是意味着某个样本将会属于所有类别