Missing config.json
Hi Michael!
Can you upload the config.json file for this model? Otherwise when you run model = AutoModel.from_pretrained('Zymrael/hyena-small-150b-tok') you get
Entry Not Found for url: https://huggingface.co/Zymrael/hyena-small-150b-tok/resolve/main/config.json.
OSError: Zymrael/hyena-small-150b-tok does not appear to have a file named config.json. Checkout 'https://huggingface.co/Zymrael/hyena-small-150b-tok/main' for available files.
(This would probably be why it says there's 0 downloads - it's quite possible developers have been downloading just the hyena_small_150b_tok.ckpt file manually and making up their own config.json, but it's only going to register as a download if people run from_pretrained() successfully.)
The Use with library
tool on your model card does not work and presents this error
# ⚠️ Type of model/library unknown.
# Feel free to open a Pull request
# for integration of the huggingface model hub
# into the corresponding library =)