Roland Tannous
d882678fe4
Add AGPL-3.0 SPDX headers to all source files
2026-03-09 20:17:45 +00:00
samit
86e94b5844
exposed trust_remote_code through the UI
2026-03-08 16:28:56 -07:00
Manan17
9909111982
resolved merge conflicts
2026-03-05 07:59:43 +00:00
Roland Tannous
a80188848d
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 23:24:09 +00:00
Roland Tannous
91783c0fb2
Revert "Add index range dataset slicing to Studio training page"
2026-03-05 03:21:07 +04:00
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
Manan17
f04c684d8a
variable changes and some cleanup
2026-03-03 09:35:11 +00:00
Manan17
ac27edde35
merging with nightly
2026-03-01 02:27:45 +00:00
Leo Borcherding
cdeed53a97
fix: disable eval by default, set eval_steps to 0.0
...
- Changed default eval_steps from 0.01 to 0.0 across backend and frontend
- Fixed UI to allow eval_steps=0 (removed min=0.001 constraint)
- Added conditional eval logic with helpful console messages
- Updated tooltip to explain how to disable evaluation
- Tested: confirmed eval disabled by default with eval_steps=0.0
2026-02-23 13:07:47 -06:00
Shine1i
0be3e6f525
feat: integrate gradient norm tracking in training runtime and metrics
...
- Enhanced chart logic to filter and visualize finite gradient norm values.
2026-02-17 18:26:59 +01:00
Roland Tannous
ff0aec180a
Merge branch 'nightly' into feature/eval-split-auto-detection
2026-02-17 01:11:30 +04:00
Roland Tannous
fa0ca59215
feat: auto-detect model+dataset compatibility to select VLM vs LLM training path
2026-02-16 19:18:49 +00:00
Roland Tannous
5df3a0b250
feat: add eval_enabled flag and format-first-then-split for eval dataset
2026-02-16 14:13:55 +00:00
Roland Tannous
37452d56cf
feat: add eval split auto-detection, eval_steps hyperparam, and eval_loss chart integration
2026-02-16 13:38:54 +00:00
Roland Tannous
d0964652af
feat: thread dataset subset/split params from API routes through to load_dataset calls
2026-02-16 03:56:22 +00:00
Roland Tannous
67edebfeb3
feat: wire custom_format_mapping through training pipeline to format_and_template_dataset
2026-02-13 21:07:36 +00:00
Roland Tannous
75f775d088
fix: change epoch type from int to float to match TrainerState
2026-02-13 06:51:55 +00:00
Roland Tannous
509659ba97
feat: add SSE reconnection resilience with spec-compliant event fields, Last-Event-ID resume, and metric_history fallback in /status
2026-02-12 17:58:48 +00:00
Roland Tannous
7bb0aeb756
add grad_norm and num_tokens to TrainingProgress response object
2026-02-03 10:35:58 +00:00
Roland Tannous
4fc9bbf0f1
update pydantic models for Models and Training routes
2026-02-02 20:00:04 +00:00
Roland Tannous
95fe3bed83
fix: restore models directory files deleted during restructure
2026-02-02 19:36:30 +00:00