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
template=math # template can also be "instruction", "npc" or "knowledge". Feel free to try others; You can also add your customized data synthesis prompt in code/prompt_templates.py
sample_size=10 # Set sample_size=0 if you want to use the full version of 200k personas.
out_path=gpt4o_${template}_synthesis_output.jsonl
# ensure that the necessary libraries such as openai are installed and configured properly before running the following command.