Provide pytorch_model pickle files
Hi,
Thanks so much for this release. The zephyr-7b-alpha had the pytorch_model_*.bin version beside the safetensors. Is it possible to also include this format in the next release or on a branch?
Thank you
Also want to say thanks @lewtun as well; I have scripts, some original, some built on others' work that employ different model merge techniques; I don't have safetensor support implemented in my builds yet, so it's always nice to see some old fashioned pickles :D
Zephyr is awesome, thank you all for the hard work!
Thanks for the info @bmskje38 and @digitous - I've just merged https://huggingface.co/HuggingFaceH4/zephyr-7b-beta/discussions/20 which adds the pickle files π€
FYI safetensors
is now the default in transformers
, so I recommend updating your codebases to support this format (as it's much safer!)