Flagged sample #1
Browse files- data.csv +2 -0
- 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"}}}}
|