I have a model created with catboost and exported in onnx format in workspace and I want to download that model to my local machine.
I tried to use the Export that is in the three points to the right of the model, but the model weighs more than 10 Mb and so it does not download it.
I also extracted the path and url using the three dots and Copy URL/Path to use in an export command with dbutils.fs.cp
The path I get for the model is like: /Workspace/Groups/MyGroup/MyFolder/MyModel.onnx
The URL I ger for the model is like https://MyCompany.cloud.databricks.com/?0=bunchofnumbers#files/bunchofnumbers
Using the path or the url I get the same FileNotFoundException error
Obviously the path is wrong but I can't find where the error is, can someone help me?
Thanks in advance