cohere-python
cohere-python copied to clipboard
Support for Validation Dataset in co.create_custom_model
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.