abidlabs HF staff commited on
Commit
af63b5c
1 Parent(s): bb3c4ca

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
+ 33,subtract,66,0,
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"}}}}