IntelLabs / nlp-architect

A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language Processing neural networks
https://intellabs.github.io/nlp-architect
Apache License 2.0
2.94k stars 447 forks source link

bug: Couldn't reach server for bert-base-uncased model URL #211

Closed rmovva closed 3 years ago

rmovva commented 3 years ago

On MacOS 64-bit, using the latest version of the repo from master. Trying to run an nlp-train command (for quantizedBERT) using bert-base-uncased. Getting the following URL error:

OSError: Couldn't reach server at 'https://d2zs9tzlek599f.cloudfront.net//models/transformers/bert-base-uncased.json' to download pretrained model configuration file.

peteriz commented 3 years ago

Fixed. Thanks for reporting. (the issue was double // in the URL)