You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if it's a problem with my instruction design.
dataset_config:
# we put prompt here, because the hydra override in shell script only support a small subset of chars
prompt: "Conduct a spoken conversation with the user. "
Thanks for your attention!
The text was updated successfully, but these errors were encountered:
In our fine-tuning of SLAM-Omni, we kept the system prompt fixed, which may have reduced the model's sensitivity to prompt variations. To mitigate such kind of responses, there are two main approaches:
Incorporating SFT data with diverse system prompts.
Applying RLHF to refine the model's responses.
We are actively exploring these directions to improve the system. 💪
I'm not sure if it's a problem with my instruction design.
Thanks for your attention!
The text was updated successfully, but these errors were encountered: