aliabd HF staff commited on
Commit
5db0f53
1 Parent(s): 9f4f1cb

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
+ 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"}}}}