Skip to content

Commit 2982ed3

Browse files
authored
Merge pull request #375 from donglihe-hub/config
Unify BERT Config
2 parents e0c5aeb + 568a493 commit 2982ed3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example_config/EUR-Lex-57k/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ The best model is selected by **RP@5** on validation set then evaluated on test
1111
| Kim-CNN | [Chen et al. 2022](https://www.csie.ntu.edu.tw/~cjlin/papers/xmlcnn/xml_cnn_study.pdf) | 20.0767 | 69.9073 | 90.7833 | 66.8733 | 77.5347 | 80.3488 | [Cfg](./kim_cnn.yml) | 30 mins |
1212
| CNN-LWAN | [Mullenbach et al. 2018](https://aclanthology.org/N18-1100/) | 26.3245 | 71.6865 | 89.8167 | 67.3100 | 78.0261 | 80.5446 | [Cfg](./cnn_lwan.yml) | 2 hrs |
1313
| BiGRU-LWAN | [Chalkidis et al. 2019](https://aclanthology.org/P19-1636/) | 25.4260 | 71.3199 | 90.7333 | 67.0800 | 77.7506 | 80.5999 | [Cfg](./bigru_lwan.yml) | 3 hrs 20 mins |
14-
| BERT-BASE-LWAN | [Chalkidis et al. 2020](http://aclanthology.lst.uni-saarland.de/2020.emnlp-main.607/) | 26.1981 | 72.7849 | 89.9833 | 67.8533 | 78.4742 | 80.9834 | [Cfg](./bert_lwan.yml) | 9 hrs |
14+
| BERT-BASE-LWAN | [Chalkidis et al. 2020](https://aclanthology.org/2020.emnlp-main.607/) | 26.1981 | 72.7849 | 89.9833 | 67.8533 | 78.4742 | 80.9834 | [Cfg](./bert_lwan.yml) | 9 hrs |

example_config/EUR-Lex-57k/bert_lwan_tune.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ val_file: data/EUR-Lex-57k/valid.txt
44
test_file: data/EUR-Lex-57k/test.txt
55
data_name: EUR-Lex-57k
66
min_vocab_freq: 1
7-
max_seq_length: 500
7+
max_seq_length: 512
88
include_test_labels: true
99
remove_no_label_data: false
1010
add_special_tokens: false

0 commit comments

Comments
 (0)