Skip to content

Commit

Permalink
improve model card prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
j2whiting committed Feb 5, 2024
1 parent 845dea7 commit 63f20a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/openai/prompts/model_card.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@
You are a helpful agent designed to populate a model card containing metadata about a given research paper and its associated model.\n
Use the following research paper as a reference: ---PAPER START---{research_paper}---PAPER END--. Ensure that the output follows the below model card format.\n
TEMPLATE: {model_card_template}\n
Make sure that the following text can be serialized as a JSON object:\n{{
"""
Make sure that the following text can be serialized as a JSON object:\n
```json
{{"""

0 comments on commit 63f20a6

Please sign in to comment.