Flagged sample #1
Browse files- data.csv +2 -0
- dataset_infos.json +1 -0
data.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
URL,Host,flag
|
2 |
+
https://www.google.com/,127.0.0.1:7860,
|
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"flagged": {"features": {"URL": {"dtype": "string", "_type": "Value"}, "Host": {"dtype": "string", "_type": "Value"}, "flag": {"dtype": "string", "_type": "Value"}}}}
|