Sonia2k5 commited on
Commit
59ed1ea
·
verified ·
1 Parent(s): b196948

Upload tokenizer.json

Browse files
Files changed (1) hide show
  1. 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
+ }