Custom Model Validation

Custom model validation is one of integrate.ai's privacy and security features. This feature allows a user to validate that the custom model that has been uploaded into their workspace is running code has not been changed and the code matches what was originally uploaded.

How to validate the custom model code:

Method 1: Review the custom model code.

integrate.ai users can see the custom code for any model in the Model Library. Users can review the uploaded files before running a custom model.

Method 2: Validate package using Model Hash

Validate the model package matches what is displayed in the UI by using the Model Hash. To do this, download the custom model package and run this command in your Docker image:

shasum -a 256 <file path to custom model package .zip file>

Running this command will return the package's associated model hash, compare this with the model hash in the UI to confirm the model package has not been altered.

Last updated