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.