Skip to content

Commit a6521f8

Browse files
committed
remove absolute paths
1 parent 06d3ddc commit a6521f8

3 files changed

Lines changed: 0 additions & 7 deletions

File tree

example_config/AmazonCat-13K/attentionxml.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
data_name: AmazonCat-13K
2-
# will change path later
32
training_file: data/AmazonCat-13K/train.txt
43
test_file: data/AmazonCat-13K/test.txt
54
# pretrained embeddings

example_config/EUR-Lex/attentionxml.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ training_file: data/EUR-Lex/train.txt
33
test_file: data/EUR-Lex/test.txt
44
# pretrained embeddings
55
embed_file: glove.840B.300d
6-
# save path
7-
# will change path later
8-
result_dir: /l/users/dongli.he/libml/LibMultiLabel/EUR-Lex/results
96

107
# preprocessing
118
min_vocab_freq: 1

example_config/Wiki10-31K/attentionxml.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
data_name: Wiki10-31K
2-
# will change path later
32
training_file: data/Wiki10-31K/train.txt
43
test_file: data/Wiki10-31K/test.txt
54
# pretrained embeddings
65
embed_file: glove.840B.300d
7-
# save path
8-
result_dir: /l/users/dongli.he/libml/LibMultiLabel/Wiki10-31K/results
96

107
# preprocessing
118
min_vocab_freq: 1

0 commit comments

Comments
 (0)