Skip to content

CV3-Eval 内的emotion_zeroshot数据问题 #9

@Jon-Zbw

Description

@Jon-Zbw

情感识别脚本默认使用emo_eval/model/emotion2vec_plus_large路径下的情感识别模型,但该路径下并未存放模型参数,导致模型并未初始化。目前代码已修复为使用https://modelscope.cn/models/iic/emotion2vec_plus_large进行情感识别的推理。

但modelscope上的emo2vec隐藏了部分情感标签,可以将modelscope上下载该模型权重存放在emo_eval/model/emotion2vec_plus_large

Originally posted by @gaochangfeng in #6

自己在modelscope下载了emotion2vec_plus_large所有文件,然后使用基于
from funasr import AutoModel
model = AutoModel(model="iic/emotion2vec_plus_large")进行推理(同样有warning),发现300条数据通过此识别模型后的准确率在79%(将uttid当作正确标签),
所以请请教下:数据集的挑选只是是主观挑的吗?若有的数据并未与emotion2vec_plus_large推理结果对齐,论文中为什么又以emotion2vec_plus_large的结果作为客观指标呢?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions