Skip to content

Commit 21d29a0

Browse files
committed
added example config for tree
1 parent 9af06de commit 21d29a0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

example_config/EUR-Lex/tree_l2svm.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# data
2+
training_file: data/EUR-Lex/train.txt
3+
test_file: data/EUR-Lex/test.txt
4+
data_name: EUR-Lex
5+
6+
# train
7+
seed: 1337
8+
linear: true
9+
liblinear_options: "-s 2 -B 1 -e 0.0001 -q"
10+
linear_technique: tree
11+
12+
# eval
13+
eval_batch_size: 256
14+
monitor_metrics: [Macro-F1, Micro-F1, P@1, P@3, P@5]
15+
metric_threshold: 0
16+
17+
data_format: txt

0 commit comments

Comments
 (0)