摘要:
PositionalEncodeing class PositionalEncoding(nn.Module): def __init__(self, d_model: int, dropout: float = 0.1, max_len: int = 5000): super().__init__ 阅读全文
摘要:
sims:中文多模态情感识别数据集 label **sentimental state ** | emotion|label| | | | |negative|-1| |neutral|0| |positive |1| **regression task: average the five labe 阅读全文