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
Pack SFT data samples that fit into one context size together. See similarity to #187
Motivation
Currently, we pad and truncate instruction-tuning examples to the whole context size. Packaging conversations that fit fully in one context together would be more computationally efficient.
The text was updated successfully, but these errors were encountered:
Feature request
Pack SFT data samples that fit into one context size together. See similarity to #187
Motivation
Currently, we pad and truncate instruction-tuning examples to the whole context size. Packaging conversations that fit fully in one context together would be more computationally efficient.
The text was updated successfully, but these errors were encountered: