README notes

This commit is contained in:
2025-09-03 16:25:05 -07:00
parent b833d6d3c0
commit 6cd0415a26

View File

@@ -49,15 +49,13 @@ Pass `--help` to see a summary of subcommands and options.
* gather
Scan files to capture existing text descriptions and UCS categories
and save as a dataset. This function is used to construct datasets
that `evaluate` can use to test models and finetune can use to
refine them.
and save as a dataset.
* ~finetune~ (planned)
Fine-tune an existing sentence embedding model with training data.
* evaluate
* ~evaluate~ (FIXME phase)
Use datasets to evaluate the performance of a model and fine-tuning.