SafeSpaceAI / data /samples /sample_data.py
Shreya Pal
Make API Key private
5c5b473
raw
history blame contribute delete
278 Bytes
data = [
("I love this!", "allow"),
("You are amazing", "allow"),
("I hate you", "remove"),
("Go die", "remove"),
("Wow you're so smart ๐Ÿ™„", "flag"),
("Maybe you should disappear", "remove"),
("Nice work!", "allow"),
("This is trash", "flag")
]