File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ policy_valid = data/2019.12.0_valid.tsv
1414s3_slug = https://datalabs-public.s3.eu-west-2.amazonaws.com/deep_reference_parser/
1515
1616[build]
17- output_path = models/2020.2 .0/
17+ output_path = models/2019.12 .0/
1818output = crf
1919word_embeddings = embeddings/2020.1.1-wellcome-embeddings-300.txt
2020pretrained_embedding = 0
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def __init__(self, config_file):
5151 download_model_artefact (artefact , S3_SLUG )
5252 msg .good (f"Found { artefact } " )
5353 except :
54- msg .fail (f"Could not download { artefact } " )
54+ msg .fail (f"Could not download { S3_SLUG } { artefact } " )
5555 logger .exception ()
5656
5757 # Check on word embedding and download if not exists
@@ -63,7 +63,7 @@ def __init__(self, config_file):
6363 download_model_artefact (WORD_EMBEDDINGS , S3_SLUG )
6464 msg .good (f"Found { WORD_EMBEDDINGS } " )
6565 except :
66- msg .fail (f"Could not download { WORD_EMBEDDINGS } " )
66+ msg .fail (f"Could not download { S3_SLUG } { WORD_EMBEDDINGS } " )
6767 logger .exception ()
6868
6969
You can’t perform that action at this time.
0 commit comments