Upload tokenizer.json
Browse files- tokenizer.json +10 -0
tokenizer.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"tokenizer_type": "none",
|
| 3 |
+
"description": "No tokenizer used. Input features are numeric values: sepal_length, sepal_width, petal_length, petal_width.",
|
| 4 |
+
"input_format": {
|
| 5 |
+
"sepal_length": "float",
|
| 6 |
+
"sepal_width": "float",
|
| 7 |
+
"petal_length": "float",
|
| 8 |
+
"petal_width": "float"
|
| 9 |
+
}
|
| 10 |
+
}
|