Getting the following error about not being able to access tokenizer_config.json…which doesnt appear to exist anymore?
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/t5-base/resolve/main/tokenizer_config.json
Repository Not Found for url: https://huggingface.co/t5-base/resolve/main/tokenizer_config.json.
For context this repo and existing code worked prior but for one reason or another the in-built HF downloader does not tag the correct config file for the repo? Or it’s been removed. Any assistance would be helpful.