abidlabs HF staff commited on
Commit
3547dfa
1 Parent(s): 8da52b7

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
+ x,y,z,output,flag
2
+ 33,add,33,4,off by one
dataset_infos.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"flagged": {"features": {"x": {"dtype": "string", "_type": "Value"}, "y": {"dtype": "string", "_type": "Value"}, "z": {"dtype": "string", "_type": "Value"}, "output": {"dtype": "string", "_type": "Value"}, "flag": {"dtype": "string", "_type": "Value"}}}}