qgallouedec/huggingface-static-1b2b9a-bucket
358 kB
from trl.experimental.ssd import SSDConfig, SSDTrainer
trainer = SSDTrainer(
model="Qwen/Qwen3-4B-Instruct",
args=SSDConfig(temperature=0.6, top_k=20, top_p=0.95),
train_dataset=dataset,
)
trainer.train()use_transformers_paged, and key fixes for VLM response parsing.Compare two code files side‑by‑side
View interactive dashboards to monitor your data in real time
View and manage your tracking dashboard
Visualize your tracked data with an interactive dashboard
Explore your data with an interactive Trackio dashboard
View your tracked data on an interactive dashboard