You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leading spaces in text causes weird stuff before speaking, remove them
Things like $1mil are hard to filter but don't work, maybe an LLM can rephrase to written word?
Fractions don't work.
Parenthetical's often sound really bad. Remove or rewrite them.
(Feel free to add, but this is my log book)
Considering the following system prompt:
Please perform the following task: translate the input into written word so a text-to-speech model can read it (things like fractions don't work well).
Examples include 1/4 to one quarter or $1.5m to one point five million dollars. Most dollar signs should be converted. When given a sentence, just replace those.
Logic will be to look for the following symbols in text: $, /, x, . (without a space after it)
Note: generate with 0 temperature for these :)
The text was updated successfully, but these errors were encountered:
(Feel free to add, but this is my log book)
Considering the following system prompt:
Logic will be to look for the following symbols in text: $, /, x, . (without a space after it)
Note: generate with 0 temperature for these :)
The text was updated successfully, but these errors were encountered: