From 6cd0415a26268ce4bcb998c5dec57b703de83e8b Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 3 Sep 2025 16:25:05 -0700 Subject: [PATCH] README notes --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bccf96c..a319b19 100644 --- a/README.md +++ b/README.md @@ -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.