File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
deep_reference_parser/configs Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ [DEFAULT]
2+ version = 2020.4.5_multitask
3+ description = Uses 2020.3.18 data
4+ deep_reference_parser_version = 9432b6e
5+
6+ [data]
7+ # Note that test and valid proportion are only used for data creation steps,
8+ # not when running the train command.
9+ test_proportion = 0.25
10+ valid_proportion = 0.25
11+ data_path = data/
12+ respect_line_endings = 0
13+ respect_doc_endings = 1
14+ line_limit = 150
15+ policy_train = data/processed/annotated/deep_reference_parser/multitask/2020.3.18_multitask_train.tsv
16+ policy_test = data/processed/annotated/deep_reference_parser/multitask/2020.3.18_multitask_test.tsv
17+ policy_valid = data/processed/annotated/deep_reference_parser/multitask/2020.3.18_multitask_valid.tsv
18+ s3_slug = https://datalabs-public.s3.eu-west-2.amazonaws.com/deep_reference_parser/
19+
20+ [build]
21+ output_path = data/models/multitask/2020.4.5_multitask/
22+ output = crf
23+ word_embeddings = embeddings/2020.1.1-wellcome-embeddings-300.txt
24+ pretrained_embedding = 0
25+ dropout = 0.5
26+ lstm_hidden = 400
27+ word_embedding_size = 300
28+ char_embedding_size = 100
29+ char_embedding_type = BILSTM
30+ optimizer = adam
31+
32+ [train]
33+ epochs = 60
34+ batch_size = 100
35+ early_stopping_patience = 5
36+ metric = val_f1
You can’t perform that action at this time.
0 commit comments