This commit is contained in:
Jamie Hardt
2025-08-30 20:36:47 -07:00
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# ucsinfer # ucsinfer
Universal Category System LLM toolkit. Tools for applying UCS categories to sounds using large-language models
## Install ## Install

View File

@@ -4,6 +4,10 @@
- History - History
- More output formats - More output formats
## Gather
- Add "source" column for tracking provenance
## Fine-tune ## Fine-tune
- Implement - Implement
@@ -11,6 +15,7 @@
## Evaluate ## Evaluate
- Print more information about the dataset coverage of UCS - Print more information about the dataset coverage of UCS
- Allow skipping model testing for this
- Print raw output - Print raw output
- Maybe load everything into a sqlite for slicker reporting - Maybe load everything into a sqlite for slicker reporting