Model cannot be downloaded and used
#1
by
csibilevente14
- opened
I attempted to download the aforementioned model from: https://huggingface.co/openlm-research/open_llama_13b_easylm but it fails with the following error:
OSError: openlm-research/open_llama_13b_easylm does not appear to have a file named config.json.
Checkout 'https://huggingface.co/openlm-research/open_llama_13b_easylm/main' for available files.
Code to reproduce:
model_id = "openlm-research/open_llama_13b_easylm"
model_name = model_id.split("/")[1]
model = pipeline(model=model_id)
model.save_pretrained(f"./models/{model_name}")
Looking at: https://huggingface.co/openlm-research/open_llama_13b_easylm/tree/main it seems that the file doesn't have a torch bin file. However, https://huggingface.co/openlm-research/open_llama_13b/tree/main has those .bin files.
young-geng
changed discussion status to
closed