ysharma HF staff commited on
Commit
af3a153
1 Parent(s): e204cb1

Flagged sample #1

Browse files
Files changed (2) hide show
  1. data.csv +2 -0
  2. dataset_infos.json +1 -0
data.csv ADDED
@@ -0,0 +1,2 @@
 
 
1
+ num1,operation,num2,output,flag
2
+ 0,,0,0,wrong sign
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"}}}}