Project name

Project

Choose a name for your project.

project name

Select model

Model

Choose input model that you would like to use.

model path
graph input {{ input === 'custom' ? '(Add your custom input node)' : input }} {{ inputs.length > 1 && order['input'].indexOf(input) !== -1 && input !== 'custom' ? '(' + (order['input'].indexOf(input) + 1) + ')' : null }} graph input graph output {{ output === 'custom' ? '(Add your custom output node)' : output }} {{ outputs.length > 1 && order['output'].indexOf(output) !== -1 && output !== 'custom' ? '(' + (order['output'].indexOf(output) + 1) + ')' : null }} graph output graph output
Order of the inputs and outputs matters.

Model domain

Model domain helps to set up basic parameters for the model.

model domain NLP {{ domain.name | modelList | titlecase }}

Dummy dataset

This is artificial dataset that can be used for fast experiments.

shape
Input shape was detected automatically, it may be incorrect