qgallouedec/huggingface-static-5adc64-bucket
493 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 your tracking data on an interactive dashboard
View and monitor your tracking data with an interactive dashboard
Display a real-time I/O activity dashboard
View and monitor your data with an interactive dashboard
Track your projects and tasks with an interactive dashboard