File size: 296 Bytes
59ed1ea |
1 2 3 4 5 6 7 8 9 10 |
{
"tokenizer_type": "none",
"description": "No tokenizer used. Input features are numeric values: sepal_length, sepal_width, petal_length, petal_width.",
"input_format": {
"sepal_length": "float",
"sepal_width": "float",
"petal_length": "float",
"petal_width": "float"
}
} |