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
feat: add notebook explaining ChatCompletion to SFT transformation
Added comprehensive notebook demonstrating how OpenAI's fine-tuning framework
internally transforms ChatCompletion-style training data into model-ready format
for Supervised Fine-Tuning. Covers message concatenation, tokenization, loss
masking, and training process visualization.
0 commit comments