cohere-python icon indicating copy to clipboard operation
cohere-python copied to clipboard

Support for Validation Dataset in co.create_custom_model

Open nick-gibb opened this issue 1 year ago • 0 comments

Using co.create_custom_model(model_name, dataset=dataset, model_type="CLASSIFY"), can I also provide a validation dataset? Otherwise, it automatically splits my dataset into train/test. I can upload a validation dataset in the Cohere dashboard, but not with the Python SDK.

nick-gibb avatar Jul 14 '23 13:07 nick-gibb