From df1cdd528c45e8b465a310870f5006ae13bc12dd Mon Sep 17 00:00:00 2001 From: Joffrey Bienvenu Date: Sat, 6 Feb 2021 14:10:47 +0100 Subject: [PATCH] config corrected --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index ad96a25..09437ea 100644 --- a/config.py +++ b/config.py @@ -18,7 +18,7 @@ class Config: MODEL_CLASSIFIER = "bert-base-uncased" # HuggingFace smallest BERT model - For tokenization and classifying # Remote files - s3_base_url = environ.get("S3_BASE_URL", ""), + s3_base_url = environ.get("S3_BASE_URL", "") weight_file = "resa_BERT_model.pt" MODEL_WEIGHT_URL = f"{s3_base_url}/{weight_file}" # Fine-tuned weights for BERT model