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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Python object is written in the model card's config file
device python object is written in the model card.
Also, keys are being sorted instead of keeping the original order.
See https://huggingface.co/flow-ai-llm/biomistral_slerp_7b
python object not written in config of model card. Keys ordered as in the original config.
Merge configuration file (if relevant):
method: slerp method_global_parameters: t: 0.5 base_model: BioMistral/BioMistral-Safetensors models: - model: BioMistral/BioMistral-Safetensors - model: mistralai/Mistral-7B-Instruct-v0.2 tokenizer: mode: base interpolation_method: linear directory_settings: output_dir: ./biomistral/biomistral_slerp_7b/ hf_token: token: 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 trust_remote_code: True device: cpu
The text was updated successfully, but these errors were encountered:
sariola
When branches are created from issues, their pull requests are automatically linked.
🐛 Bug report
Summary
Python object is written in the model card's config file
Actual Behavior
device python object is written in the model card.
Also, keys are being sorted instead of keeping the original order.
See https://huggingface.co/flow-ai-llm/biomistral_slerp_7b
Expected behavior
python object not written in config of model card.
Keys ordered as in the original config.
To Reproduce
Merge configuration file (if relevant):
Environment
The text was updated successfully, but these errors were encountered: