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
There is a noticeable performance decrease when generating a large number of sentences or paragraphs. This is likely due to the reliance on external tools (i.e., sed) to do text transformations and how they are accessed during loops.
The text was updated successfully, but these errors were encountered:
There is a noticeable performance decrease when generating a large number of sentences or paragraphs. This is likely due to the reliance on external tools (i.e.,
sed
) to do text transformations and how they are accessed during loops.The text was updated successfully, but these errors were encountered: