Skip to content

Commit 2c2b2d2

Browse files
fix: fix fill_in_blank prompt template
1 parent 3504d6f commit 2c2b2d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

graphgen/templates/generation/fill_in_blank_generation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
3030
3131
上下文资料:
32-
{{context}}
32+
{context}
3333
3434
请为以下资料生成{num_of_questions}个填空题:
3535
"""
@@ -66,7 +66,7 @@
6666
</qa_pairs>
6767
6868
Context:
69-
{{context}}
69+
{context}
7070
7171
Please generate {num_of_questions} fill-in-the-blank questions for the following context:
7272
"""

0 commit comments

Comments
 (0)