unsloth/studio/frontend
Roland Tannous 11ebea6a4b feat: add index range dataset slicing to studio training page
Add Start/End index inputs under Advanced in the dataset card,
allowing users to slice a dataset by row range before training.
Wired end-to-end: frontend store, API payload, backend Pydantic
model, and trainer dataset loading (inclusive on both ends).
2026-03-04 21:48:40 +00:00
..
public feat: fix markdown rendering, UI adjustments 2026-02-25 09:46:13 +01:00
src feat: add index range dataset slicing to studio training page 2026-03-04 21:48:40 +00:00
.gitignore chore: ignore frontend .omx 2026-02-15 14:50:26 +01:00
.gitkeep add studio root folder 2026-02-02 09:14:35 +00:00
AGENTS.md sheet icons and llm judge 2026-02-05 11:38:11 +01:00
biome.json feat: add seed dataset support with configuration, preview, and builder utilities 2026-02-14 18:44:38 +01:00
bun.lock Merge branch 'feature/canvas-lab' of https://github.com/unslothai/new-ui-prototype into feature/canvas-lab 2026-02-25 00:19:19 +01:00
components.json add studio root folder 2026-02-02 09:14:35 +00:00
data-designer.openapi (1).yaml save and import, and fixes 2026-02-04 14:32:49 +01:00
eslint.config.js add studio root folder 2026-02-02 09:14:35 +00:00
index.html cleanup 2026-02-04 13:28:39 +01:00
package.json feat(markdown): fix Mermaid integration with error handling and copy button 2026-02-27 20:02:40 +01:00
README.md cleanup 2026-02-04 13:28:39 +01:00
tsconfig.app.json cleanup 2026-02-04 13:28:39 +01:00
tsconfig.json cleanup 2026-02-04 13:28:39 +01:00
tsconfig.node.json cleanup 2026-02-04 13:28:39 +01:00
vite.config.ts feat: add seed dataset support with configuration, preview, and builder utilities 2026-02-14 18:44:38 +01:00

React + TypeScript + Vite + shadcn/ui

This is a template for a new Vite project with React, TypeScript, and shadcn/ui.