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
None
The scaling coefficient is None if not passed in the config file.
The scaling coefficient takes None if it's not passed in the config file, resulting in a merge error.
The scaling coefficient should use the default value if it's not passed in the config file.
Merge configuration file (if relevant):
method: dare-ties-merging method_global_parameters: p: 0.3 base_model: mistralai/Mistral-7B-v0.1 models: - model: mistralai/Mistral-7B-v0.1 - model: mistralai/Mistral-7B-Instruct-v0.1 weight: 0.5 - model: BioMistral/BioMistral-Safetensors weight: 0.5 directory_settings: output_dir: ./biomistral/biomistral_dare_ties_7b/ hf_token: token: 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 trust_remote_code: True device: cuda
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug report
Summary
The scaling coefficient is
None
if not passed in the config file.Actual Behavior
The scaling coefficient takes None if it's not passed in the config file, resulting in a merge error.
Expected behavior
The scaling coefficient should use the default value if it's not passed in the config file.
To Reproduce
Merge configuration file (if relevant):
Environment
The text was updated successfully, but these errors were encountered: