Config Errors
I am attempting to run the example space, as well as another EHR data analysis custom bot based on this model, and have ran into the same error.
Error when inside K23_minimed spaces:
Can't load config for 'None'. Make sure that: - 'None' is a correct model identifier listed on 'https://huggingface.co/models' - or 'None' is the correct path to a directory containing a config.json file
Error when ran inside of other bot is as follows:
Exception has occurred: OSError
pseudolab/K23_MiniMed does not appear to have a file named config.json. Checkout 'https://huggingface.co/pseudolab/K23_MiniMed/main' for available files.
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/pseudolab/K23_MiniMed/resolve/main/config.json
The above exception was the direct cause of the following exception:
huggingface_hub.utils._errors.EntryNotFoundError: 404 Client Error. (Request ID: Root=1-6547f7a5-242080cc7126eb09209112e4;383f7dc6-cc8d-4da8-b953-764038811cee)
Entry Not Found for url: https://huggingface.co/pseudolab/K23_MiniMed/resolve/main/config.json.
The above exception was the direct cause of the following exception:
File "C:\Users\caleb\Documents\Py\MiniMed_EHR_Analyst_Spaces.py", line 8, in
tokenizer = AutoTokenizer.from_pretrained("pseudolab/K23_MiniMed")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: pseudolab/K23_MiniMed does not appear to have a file named config.json. Checkout 'https://huggingface.co/pseudolab/K23_MiniMed/main' for available files.
Having same config issues.