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
I see a for loop being used to generate the responses. This can be extremely slow.
For example, for the npc type, each response takes about 30 seconds with gpt-4o and so the whole thing on 200k personas can take about 69 days.
I have reimplemented an optimized version using bespokelabs-curator.
Please see here: https://github.com/bespokelabsai/curator/tree/dev/examples/persona-hub
If someone is on tier 5 with openai, the end result can be obtained in about 7 hours.
Happy to do a PR that uses this version.
The text was updated successfully, but these errors were encountered:
I see a for loop being used to generate the responses. This can be extremely slow.
For example, for the npc type, each response takes about 30 seconds with gpt-4o and so the whole thing on 200k personas can take about 69 days.
I have reimplemented an optimized version using bespokelabs-curator.
Please see here: https://github.com/bespokelabsai/curator/tree/dev/examples/persona-hub
If someone is on tier 5 with openai, the end result can be obtained in about 7 hours.
Happy to do a PR that uses this version.
The text was updated successfully, but these errors were encountered: