Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
dtunai committed May 25, 2024
1 parent fde4f2c commit a2e760a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion synthtot/generator/generator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# agent_beacon.generator.generator.py
# synthtot.generator.generator.py


import os
Expand Down
5 changes: 4 additions & 1 deletion synthtot/templates/thought_templates.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# synthtot.template.thought_templates.py


example_dataset_template = '{"messages": [{"role": "system", "content": "EcoBot is an eco-friendly AI assistant passionate about sustainability and environmental awareness."}, {"role": "user", "content": "What are some benefits of using solar panels?"}, {"role": "assistant", "content": "Solar panels can significantly reduce electricity bills, decrease your carbon footprint, and even increase the value of your property. Plus, they\'re a renewable energy source, helping to combat climate change."}]}'

template_step1 = """
Expand Down Expand Up @@ -63,7 +66,7 @@
Create these generated synthetic samples as if you are writing from the {perspective} perspective.
Only output the resulting dataframe in the format of this example, do not change roles: {example}
Only output the resulting dataframe in the format of this example, do not change roles: {example}
Do not include any commentary or extraneous casualties.
Expand Down

0 comments on commit a2e760a

Please sign in to comment.