Self-Distillation Enables Continual Learning
Paper • 2601.19897 • Published • 36
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
This model is a fine-tuned version of Qwen/Qwen2.5-7B-Instruct. It has been trained using TRL.
This model has been trained using Self-Distillation Fine-Tuning on the Released Tool Use dataset.
Within this repo, you can find /eval directory, containing the evaluation results on the Tool Use evaluation split.
Reproduction Report: https://github.com/KickItLikeShika/sdft-reproduction-note
from transformers import pipeline
question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
generator = pipeline("text-generation", model="KickItLikeShika/qwen-2.5-7b-instruct-sdft-tooluse", device="cuda")
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
print(output["generated_text"])
W&B Report https://api.wandb.ai/links/egyttsteam/d97ty5d9