Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sentiment data preparation for IEMOCAP #4065

Merged
merged 3 commits into from
Feb 12, 2022
Merged

Conversation

YushiUeda
Copy link
Contributor

This PR adds data preparation scripts for converting emotion labels into sentiment labels ("Positive", "Negative", and "Neutral").

@mergify mergify bot added the ESPnet2 label Feb 11, 2022
@codecov
Copy link

codecov bot commented Feb 11, 2022

Codecov Report

Merging #4065 (f6cde1c) into master (18ca099) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4065      +/-   ##
==========================================
+ Coverage   80.93%   80.94%   +0.01%     
==========================================
  Files         435      435              
  Lines       37389    37425      +36     
==========================================
+ Hits        30259    30294      +35     
- Misses       7130     7131       +1     
Flag Coverage Δ
test_integration_espnet1 67.13% <ø> (-0.11%) ⬇️
test_integration_espnet2 52.44% <ø> (-0.06%) ⬇️
test_python 66.61% <ø> (+0.02%) ⬆️
test_utils 24.45% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...pnet/nets/pytorch_backend/transformer/embedding.py 97.24% <0.00%> (-0.09%) ⬇️
espnet2/bin/pack.py 95.55% <0.00%> (+0.31%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 18ca099...f6cde1c. Read the comment docs.

@sw005320 sw005320 added Recipe SLU Spoken language understanding labels Feb 11, 2022
@sw005320 sw005320 added this to the v.0.10.7 milestone Feb 11, 2022
@ftshijt
Copy link
Collaborator

ftshijt commented Feb 12, 2022

Looks very cool! Many thanks, will merge it

@ftshijt ftshijt merged commit accc414 into espnet:master Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ESPnet2 Recipe SLU Spoken language understanding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants