bark / webui /transformations.csv
jamalsenouci's picture
Upload folder using huggingface_hub
c6919c4
raw
history blame contribute delete
451 Bytes
name,regex,replacement,flags,long_description
Add ♪'s to Beginning and End of Each Line,^(.*)$,♪ \1 ♪,MULTILINE,Add a music note to the front and back of each line
Remove Periods To Look Like Song Lyrics,[\.?],, MULTILINE,"Strip out periods, question marks, and commas. May help the text look more like a song lyrics."
Remove Extra Blank Lines,"(\n\s*){2,}",\n\n,MULTILINE,Replace multiple consecutive newline characters with a single newline