decision_tree_flower / tokenizer.json
Sonia2k5's picture
Upload tokenizer.json
59ed1ea verified
{
"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"
}
}