Skip to content

Commit

Permalink
add exp msp-podcast
Browse files Browse the repository at this point in the history
  • Loading branch information
bagustris committed Feb 19, 2024
1 parent 994e850 commit 0b5925f
Showing 1 changed file with 27 additions and 0 deletions.
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

0 comments on commit 0b5925f

Please sign in to comment.