xdrie
add model and tok weights
a4253dd unverified
def filter_text(text):
text = text.replace('DelishTM', 'Delish!™')
text = text.replace('Delish!TM', 'Delish!™')
text = text.replace('Delish™', 'Delish!™')
return text