We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By default classifiers look for pytorch_model.bin, which doesn't exist in newer versions of transformers:
pytorch_model.bin
transformers
pytorch_model.bin: no such file or directory
The trained model is stored using https://huggingface.co/docs/safetensors/en/index. For example, see huggingface/transformers#28863.
The text was updated successfully, but these errors were encountered:
Hi @gals
We made some progresses here.
Do you have some capacity to integrate this safetensors implementation into cybertron?
Sorry, something went wrong.
No branches or pull requests
By default classifiers look for
pytorch_model.bin
, which doesn't exist in newer versions oftransformers
:The trained model is stored using https://huggingface.co/docs/safetensors/en/index.
For example, see huggingface/transformers#28863.
The text was updated successfully, but these errors were encountered: