aliabd HF staff commited on
Commit
4ecee41
1 Parent(s): 58b43cc

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,Output
2
+ world,hello world!
dataset_infos.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"flagged": {"features": {"x": {"dtype": "string", "_type": "Value"}, "Output": {"dtype": "string", "_type": "Value"}}}}