Compare commits

...

2 Commits

Author SHA1 Message Date
Jamie Hardt
b50d8a6a06 Fixed readme 2025-08-27 15:51:26 -07:00
Jamie Hardt
a25c3c857f spelling 2025-08-27 15:48:18 -07:00

View File

@@ -37,8 +37,6 @@ python -m ucsinfer [command]
```
Pass `--help` to see a summary of subcommands and options.
The subcommands available at this time are `gather` and `evaluate`.
## Functions
* recommend
@@ -51,7 +49,7 @@ The subcommands available at this time are `gather` and `evaluate`.
* gather
Scan files to capture existing text descriptions and UCS categories
and save as a dataset. This function is used to countruct datasets
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.