eznlp icon indicating copy to clipboard operation
eznlp copied to clipboard

The ground truth yij

Open houyuchao opened this issue 1 year ago • 3 comments

The ground truth yij 指的是代码中的non mask吗 image

houyuchao avatar Jul 06 '24 07:07 houyuchao

论文中提到的yij image

houyuchao avatar Jul 06 '24 07:07 houyuchao

label_ids 是 ground truth y_{ij}。non_mask 是用于确定哪些位置为 padding 的一个 mask tensor。

syuoni avatar Jul 06 '24 14:07 syuoni

label_ids 是 ground truth y_{ij}。non_mask 是用于确定哪些位置为 padding 的一个 mask tensor。

谢谢

houyuchao avatar Jul 08 '24 01:07 houyuchao