Y
Hacker News
new
|
ask
|
show
|
jobs
by
GrantMoyer
295 days ago
Is there any reason to explicitly train for role reversal? Can't you instead swap the input labels on any instruct tuned LLM? The model is trained on both sides of the chat log either way, right?
1 comments
Tostino
295 days ago
No. Most of the time loss is only calculated on the model response tokens, not the user input tokens.
link