Skip to content

Commit

Permalink
Merge pull request felixbur#105 from bagustris/odyssey-cat-2024
Browse files Browse the repository at this point in the history
add preprocessing for odyssey challenge
  • Loading branch information
bagustris authored Mar 13, 2024
2 parents af695d6 + add883b commit 79ed806
Show file tree
Hide file tree
Showing 25 changed files with 140,128 additions and 852 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ sphinx:
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: docs/requirements.txt
3 changes: 1 addition & 2 deletions data/crema-d/exp.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs = 1
epochs = 1
save = True
[DATA]
databases = ['train', 'test', 'dev']
databases = ['train', 'dev', 'test']
train = ./data/crema-d/crema-d_train.csv
train.type = csv
train.absolute_path = False
Expand All @@ -24,7 +24,6 @@ test.split_strategy = test
target = emotion
; labels = ['angry', 'disgust', 'fear', 'happy', 'neutral', 'sad']
labels = ['angry', 'happy', 'neutral', 'sad']

[FEATS]
type = ['wavlm-large']
scale = standard
Expand Down
27 changes: 27 additions & 0 deletions data/msp-podcast/exp_podcast_audmodel_xgb.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[EXP]
root = ./
name = results/msp-podcast
runs = 1
epochs = 1
save = True
[DATA]
databases = ['train', 'test', 'dev']
train = ./data/msp-podcast/podcast_train.csv
train.type = csv
train.absolute_path = False
train.split_strategy = train
dev = ./data/msp-podcast/podcast_dev.csv
dev.type = csv
dev.absolute_path = False
dev.split_strategy = train
test = ./data/msp-podcast/podcast_test2.csv
test.type = csv
test.absolute_path = False
test.split_strategy = test
target = emotion
labels = ['ang', 'hap', 'neu', 'sad']
[FEATS]
type = ['audmodel']
scale = standard
[MODEL]
type = xgb
3 changes: 3 additions & 0 deletions data/odyssey-cat-2024/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Data processing for Odyssey 2024 Emotion Challange 2024 Task 1


15,342 changes: 15,342 additions & 0 deletions data/odyssey-cat-2024/odyssey_dev.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 79ed806

Please sign in to comment.