Skip to content

Commit

Permalink
add exp for jnv
Browse files Browse the repository at this point in the history
  • Loading branch information
bagustris committed May 13, 2024
1 parent 3994cd1 commit 9e7887a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions data/jnv/exp.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[EXP]
root = ./tmp
name = exp_jnv_hubert_knn_1
runs = 1
epochs = 1
save = True
[DATA]
databases = ['train', 'dev', 'test']
train = ./data/jnv/jnv_train.csv
train.type = csv
train.absolute_path = False
train.split_strategy = train
dev = ./data/jnv/jnv_dev.csv
dev.type = csv
dev.absolute_path = False
dev.split_strategy = train
test = ./data/jnv/jnv_test.csv
test.type = csv
test.absolute_path = False
test.split_strategy = test
target = emotion
; labels = ['angry', 'happy', 'neutral', 'sad']
[FEATS]
type = ['hubert-xlarge-ll60k']
scale = standard
[MODEL]
type = knn
; save = True
[RESAMPLE]
replace = True

0 comments on commit 9e7887a

Please sign in to comment.