pip install fairseq git clone https://github.com/ddlBoJack/emotion2vec.git download emotion2vec checkpoint from: Google Drive Baidu Netdisk(password: b9fq) modelscope:git clone https://www.modelscope.cn/damo/emotion2vec_base.git modify and runscripts/extract_features.sh ...
pip install fairseq git clone https://github.com/ddlBoJack/emotion2vec.gitdownload emotion2vec checkpoint from: Google Drive Baidu Netdisk (password: b9fq) modelscope: git clone https://www.modelscope.cn/damo/emotion2vec_base.gitmodify and run scripts/extract_features.sh ...
ddlBoJackcommittedNov 29, 2023 4c06cd5 Commits on Nov 25, 2023 Initial commit ddlBoJackcommittedNov 25, 2023 Verified 53fe312 Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information ...
https://github.com/ddlBoJack/emotion2vec ▎研究问题 在人工智能领域,从语音中提取情感表现是诸如语音情感识别(SER)和情感分析等情感相关任务的基础步骤。传统的方法通常使用滤波器组(FBanks)或梅尔频率倒谱系数(MFCCs)作为语音特征,但这些特征在语义信息方面的表达是有限的,因此在情感任务上表现有限。为了改进性能,...
Request for demo on using emotion2vec with Speech + Text modality #42 opened Aug 7, 2024 by misaka14514 2 The Performance of the new models are bad for specific languages #41 opened Jul 30, 2024 by SoshyHayami 3 Fine Tuning the emotion2vec model #39 opened Jul 24, 2024 by...
https://github.com/ddlBoJack/emotion2vec ▎研究问题 在人工智能领域,从语音中提取情感表现是诸如语音情感识别(SER)和情感分析等情感相关任务的基础步骤。传统的方法通常使用滤波器组(FBanks)或梅尔频率倒谱系数(MFCCs)作为语音特征,但这些特征在语义信息方面的表达是有限的,因此在情感任务上表现有限。为了改进性...
https://www.modelscope.cn/models/iic/emotion2vec_base/summary emotion2vec语音情感识别基座模型在线体验: https://www.modelscope.cn/models/iic/emotion2vec_base_finetuned/summary 论文链接: https://arxiv.org/abs/2312.15185 开源代码仓库: https://github.com/ddlBoJack/emotion2vec...
update typo Browse files main ddlBoJack committed Sep 9, 2024 1 parent a36e36b commit 45bfdc1 Showing 1 changed file with 1 addition and 1 deletion. Whitespace Ignore whitespace Split Unified 2 changes: 1 addition & 1 deletion 2 README.md Original file line numberDiff line numberDiff...
update QR code Browse files main ddlBoJack committed Oct 27, 2024 1 parent 45bfdc1 commit 41b6443 Showing 1 changed file with 0 additions and 0 deletions. Whitespace Ignore whitespace Split Unified Binary file modified BIN +59.3 KB (160%) src/Wechat.jpg Unable to render rich display...
This is resolved by adding hidden_states = hidden_states.clone() in https://github.com/huggingface/transformers/blob/main/src/transformers/models/wav2vec2/modeling_wav2vec2.py#L1112Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Assignees...