Almanac
technique

instruction tuning

techniqueactiveinstruction-tuning-7529fe84·2 events·first seen 28d ago

Aliases: instruction tuning

Co-occurring entities

More like this (12)

Recent events (2)

4Hugging Face Blog·28d ago·source ↗

Instruction-tuning Stable Diffusion with InstructPix2Pix

This Hugging Face blog post describes a methodology for instruction-tuning Stable Diffusion using the InstructPix2Pix framework, enabling image editing via natural language instructions. The approach adapts techniques from language model instruction-tuning to the image generation domain. The post covers dataset construction, training procedures, and evaluation of the resulting models.

4arXiv · cs.CL·22d ago·source ↗

Prism: Plug-in Infrastructure for Multimodal Continual Instruction Tuning Research

Prism is an open-source codebase designed to address engineering bottlenecks in Multimodal Continual Instruction Tuning (MCIT) research. It introduces a plugin registration mechanism that separates algorithmic development from backbone MLLM implementation, allowing new continual learning strategies to be integrated without modifying the underlying model codebase. This design aims to eliminate structural fragmentation across method-specific implementations and enable fair, reproducible comparisons at scale.