Can't find file while downloading model

#1
by lemi99 - opened

While downloading model I get an error:
OSError: oongaboongahacker/fi-2 does not appear to have a file named modeling_mixformer_sequential.py. Checkout 'https://huggingface.co/oongaboongahacker/fi-2/main' for available files.
And I see a file named configuration_mixformer_sequential.py is in the main brach, so is this some kind of misspelling

My version of transformers is 4.32.1. Throughout stack traceback all errors are in transformers library

Hmm probably due to it not being hf compatible. Were you able to download the .bin files though?

If not, I shall delete the file(modeling_mixformer_sequential.py) and put it separately in gist or something

with transformers downloader no, it only downloaded these files

  • config.json
  • configuration_mixformer_sequential.py

This should work: https://huggingface.co/mixedbreadai/phi-2

This repo is gone, but other 'mirrors' are still up. Maybe this was a manual self-delete for some reason? According to the license text distribution is prohibited, so these 'mirrors' may not stay up for long...

There is a modeling_mixformer_sequential.py file missing I think https://huggingface.co/oongaboongahacker/phi-2/blob/main/config.json#L16

Sign up or log in to comment