Skip to content

Commit

Permalink
config corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffreybvn committed Feb 6, 2021
1 parent 9a80481 commit df1cdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df1cdd5

Please sign in to comment.