unsloth/studio/backend
Roland Tannous 48a5e49313 fix: remove Pass 3 self-scoring, trust Pass 2 output directly
The LLM was bad at scoring its own conversion quality — rejecting good
Pass 2 output (score 5/10 for a perfectly usable conversion). Instead:
- Remove Pass 3 entirely (saves ~0.4s and one inference call)
- Trust Pass 2 output and return it to the user
- Build notification from Pass 1 classification info instead
- User can always adjust mapping via dropdowns if they disagree
2026-03-10 15:56:48 +00:00
..
assets add trust_remote_code defaults to all model configs 2026-03-09 09:54:52 +00:00
auth Revert "Merge pull request #347 from unslothai/feature/studio-storage-roots" 2026-03-10 01:52:47 +00:00
core fix: download all GGUF shards for split models (e.g. 7B Q8_0) 2026-03-10 15:08:20 +00:00
loggers root studio folder 2026-02-02 09:13:49 +00:00
models feat: Dataset Conversion Advisor — multi-pass LLM for non-conversational datasets 2026-03-10 15:39:56 +00:00
plugins/data-designer-unstructured-seed Revert "Merge pull request #347 from unslothai/feature/studio-storage-roots" 2026-03-10 01:52:47 +00:00
requirements chore(data-recipe): bump data-designer to 0.5.2 and pin duckdb<1.5 2026-03-09 17:27:02 +01:00
routes feat: Dataset Conversion Advisor — multi-pass LLM for non-conversational datasets 2026-03-10 15:39:56 +00:00
state root studio folder 2026-02-02 09:13:49 +00:00
tests Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
utils fix: remove Pass 3 self-scoring, trust Pass 2 output directly 2026-03-10 15:56:48 +00:00
colab.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
main.py feat: add LLM-assisted dataset detection using ephemeral GGUF helper 2026-03-10 09:20:45 +00:00
run.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00