instruction
stringclasses
1 value
input
stringlengths
15
62
output
stringlengths
83
105
Check if the text contains profanity and return the result in this exact format: "Response: {profanity: true/false, language: <language>, confidence: <confidence_value>, profane_words: [<profane_word1>, <profane_word2>, ...]}". No extra text or explanations.
Text: "Das Wetter ist heute schon."
Response: {profanity: false, language: German, confidence: 0.97, profane_words: []}
Check if the text contains profanity and return the result in this exact format: "Response: {profanity: true/false, language: <language>, confidence: <confidence_value>, profane_words: [<profane_word1>, <profane_word2>, ...]}". No extra text or explanations.
Text: "Trans people are ruining everything!"
Response: {profanity: true, language: English, confidence: 0.89, profane_words: ["trans","people"]}
Check if the text contains profanity and return the result in this exact format: "Response: {profanity: true/false, language: <language>, confidence: <confidence_value>, profane_words: [<profane_word1>, <profane_word2>, ...]}". No extra text or explanations.
Text: "You are a dumb nigga."
Response: {profanity: true, language: English, confidence: 0.88, profane_words: ["dumb","nigga"]}
Check if the text contains profanity and return the result in this exact format: "Response: {profanity: true/false, language: <language>, confidence: <confidence_value>, profane_words: [<profane_word1>, <profane_word2>, ...]}". No extra text or explanations.
Text: "You are a bullshit idiot!"
Response: {profanity: true, language: English, confidence: 0.95, profane_words: ["bullshit","idiot"]}
Check if the text contains profanity and return the result in this exact format: "Response: {profanity: true/false, language: <language>, confidence: <confidence_value>, profane_words: [<profane_word1>, <profane_word2>, ...]}". No extra text or explanations.
Text: "Fenasikerim"
Response: {profanity: true, language: Turkish, confidence: 0.89, profane_words: ["Fenasikerim"]}
Check if the text contains profanity and return the result in this exact format: "Response: {profanity: true/false, language: <language>, confidence: <confidence_value>, profane_words: [<profane_word1>, <profane_word2>, ...]}". No extra text or explanations.
Text: "This is so fucking stupid!"
Response: {profanity: true, language: English, confidence: 0.89, profane_words: ["fucking","stupid"]}
Check if the text contains profanity and return the result in this exact format: "Response: {profanity: true/false, language: <language>, confidence: <confidence_value>, profane_words: [<profane_word1>, <profane_word2>, ...]}". No extra text or explanations.
Text: "Go back to where you came from, you motherfucker white"
Response: {profanity: true, language: English, confidence: 0.89, profane_words: ["motherfucker","white"]}
Check if the text contains profanity and return the result in this exact format: "Response: {profanity: true/false, language: <language>, confidence: <confidence_value>, profane_words: [<profane_word1>, <profane_word2>, ...]}". No extra text or explanations.
Text: "asxhole"
Response: {profanity: true, language: English, confidence: 0.89, profane_words: ["asxhole"]}
Check if the text contains profanity and return the result in this exact format: "Response: {profanity: true/false, language: <language>, confidence: <confidence_value>, profane_words: [<profane_word1>, <profane_word2>, ...]}". No extra text or explanations.
Text: "son of a bitch"
Response: {profanity: true, language: English, confidence: 0.89, profane_words: ["bitch"]}
Check if the text contains profanity and return the result in this exact format: "Response: {profanity: true/false, language: <language>, confidence: <confidence_value>, profane_words: [<profane_word1>, <profane_word2>, ...]}". No extra text or explanations.
Text: "I love you."
Response: {profanity: false, language: English, confidence: 0.99, profane_words: []}
Check if the text contains profanity and return the result in this exact format: "Response: {profanity: true/false, language: <language>, confidence: <confidence_value>, profane_words: [<profane_word1>, <profane_word2>, ...]}". No extra text or explanations.
Text: "Seni seviyorum"
Response: {profanity: false, language: Turkish, confidence: 0.99, profane_words: []}
Check if the text contains profanity and return the result in this exact format: "Response: {profanity: true/false, language: <language>, confidence: <confidence_value>, profane_words: [<profane_word1>, <profane_word2>, ...]}". No extra text or explanations.
Text: "a**hole"
Response: {profanity: true, language: English, confidence: 0.89, profane_words: ["a**hole"]}
Check if the text contains profanity and return the result in this exact format: "Response: {profanity: true/false, language: <language>, confidence: <confidence_value>, profane_words: [<profane_word1>, <profane_word2>, ...]}". No extra text or explanations.
Text: "El clima esta perfecto hoy."
Response: {profanity: false, language: Spanish, confidence: 0.98, profane_words: []}
Check if the text contains profanity and return the result in this exact format: "Response: {profanity: true/false, language: <language>, confidence: <confidence_value>, profane_words: [<profane_word1>, <profane_word2>, ...]}". No extra text or explanations.
Text: "a*shole"
Response: {profanity: true, language: English, confidence: 0.89, profane_words: ["a*shole"]}
Check if the text contains profanity and return the result in this exact format: "Response: {profanity: true/false, language: <language>, confidence: <confidence_value>, profane_words: [<profane_word1>, <profane_word2>, ...]}". No extra text or explanations.
Text: "axxhole"
Response: {profanity: true, language: English, confidence: 0.89, profane_words: ["axxhole"]}
Check if the text contains profanity and return the result in this exact format: "Response: {profanity: true/false, language: <language>, confidence: <confidence_value>, profane_words: [<profane_word1>, <profane_word2>, ...]}". No extra text or explanations.
Text: "Yarak kafasi"
Response: {profanity: true, language: Turkish, confidence: 0.98, profane_words: ["Yarak"]}
README.md exists but content is empty.
Downloads last month
27