finetune-studio / server

Commit History

Render tool calls properly, follow the Hub's theme, fix the model link
496db9b

qgallouedec HF Staff commited on

Handle a dataset the viewer hasn't finished indexing
1adabc8

qgallouedec HF Staff commited on

Correct the speedup figures to within-process measurements
f5a74c4

qgallouedec HF Staff commited on

Document the second optimization pass in RECIPES.md
5912cad

qgallouedec HF Staff commited on

Choose max_length per dataset and turn off gradient checkpointing
8ae7372

qgallouedec HF Staff commited on

Support tool-calling datasets in preflight and preview
5849796

qgallouedec HF Staff commited on

Say plainly that the 16-example batch target mostly does not bind
0fefead

qgallouedec HF Staff commited on

Point the recipe's own default and notes at 32768
3725883

qgallouedec HF Staff commited on

Raise max_length to 32768 for every model
517a64d

qgallouedec HF Staff commited on

Show what a run will cost before the user starts it
c380dac

qgallouedec HF Staff commited on

Adopt LR 1e-3 and lora_alpha 32, and retract the confounded rank sweep
2b445be

qgallouedec HF Staff commited on

Cap rank at 64, epochs at 2, batch target at 16 — from a 2026 SFT sweep
d7a4218

qgallouedec HF Staff commited on

Stop a diverged run from pushing a broken model
ce1fbc2

qgallouedec HF Staff commited on

One flavor for every model, not 'all three sizes' — there are six recipes now
b7720aa

qgallouedec HF Staff commited on

Fix comments that ended up describing the wrong recipe entries
efc6bd2

qgallouedec HF Staff commited on

Tidy a stale docstring: TOKENS_PER_STEP is computed per model now
93f59e6

qgallouedec HF Staff commited on

Long-conversation data exposed two bugs; fix both
bfcd098

qgallouedec HF Staff commited on

Add Phi-3.5-mini as the fourth family, and record why a fourth was hard
7c7238a

qgallouedec HF Staff commited on

Make the push replace the repo contents instead of accumulating
9a65f81

qgallouedec HF Staff commited on

Liger timings for all five models; gpt-oss becomes the cheapest of the big ones
c3c21ba

qgallouedec HF Staff commited on

Enable the Liger kernel: 31% faster on both dense models, for nothing
e7c7f30

qgallouedec HF Staff commited on

Push the adapter for gpt-oss: merging it produces a broken model
0b2f0d5

qgallouedec HF Staff commited on

Add SmolLM3 and gpt-oss recipes, measured; restructure for four families
504bb28

qgallouedec HF Staff commited on

Derive the job timeout from the estimate — the fixed table was silently fatal
695da39

qgallouedec HF Staff commited on

Add jinja2 — apply_chat_template needs it and transformers doesn't declare it
17edcea

qgallouedec HF Staff commited on

Train at 16384, and add the preflight route that was missing
4b03457

qgallouedec HF Staff commited on

Measure tokens instead of assuming them, and train at 8192 instead of 2048
a8f0000

qgallouedec HF Staff commited on

Label the flavor table as SDPA and carry the FA3 number alongside it
acada3f

qgallouedec HF Staff commited on

Use FlashAttention 3, which reverses the batch-shape finding
4b66ae2

qgallouedec HF Staff commited on

Load FlashAttention via kernels, and scope the batch-shape claim to SDPA
9205960

qgallouedec HF Staff commited on

Record why lora_alpha stays fixed as the rank moves
39def8b

qgallouedec HF Staff commited on

Order the before/after by how much actually changed
2d9c8f8

qgallouedec HF Staff commited on

Add huggingface_hub to the server's requirements, and a demo dataset with a voice
7ee3069

qgallouedec HF Staff commited on

Make it real: submit actual training jobs, read everything from the Hub
73c7918

qgallouedec HF Staff commited on

Cut the API back to one endpoint
5982524

qgallouedec HF Staff commited on

Add the HTTP API, with execution faked
89e5685

qgallouedec HF Staff commited on

Pin server deps to versions that exist
8496e42

qgallouedec HF Staff commited on

Finetune Studio: no-code fine-tuning UI, fully mocked
3e06021

qgallouedec HF Staff commited on