Flagged sample #1
Browse files- data.csv +2 -0
- dataset_infos.json +1 -0
data.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
num1,operation,num2,Output,flag
|
2 |
+
1,add,1,2,other
|
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"flagged": {"features": {"num1": {"dtype": "string", "_type": "Value"}, "operation": {"dtype": "string", "_type": "Value"}, "num2": {"dtype": "string", "_type": "Value"}, "Output": {"dtype": "string", "_type": "Value"}, "flag": {"dtype": "string", "_type": "Value"}}}}
|