BhanuPrakashSamoju commited on
Commit
6720d2b
1 Parent(s): 4906e39

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -2
main.py CHANGED
@@ -29,8 +29,7 @@ class BasePromptContext:
29
  self.base_template = """Please act as an impartial judge and evaluate the quality of the provided answer which attempts to answer the provided question based on a provided context.
30
 
31
  And you'll need to submit your grading for the correctness, comprehensiveness and readability of the answer, using JSON format with the 2 items in parenthesis:
32
- ( Reasoning: [your one line step by step reasoning about the correctness of the answer],
33
- Score: [your score number for the correctness of the answer] )
34
 
35
 
36
 
 
29
  self.base_template = """Please act as an impartial judge and evaluate the quality of the provided answer which attempts to answer the provided question based on a provided context.
30
 
31
  And you'll need to submit your grading for the correctness, comprehensiveness and readability of the answer, using JSON format with the 2 items in parenthesis:
32
+ json( "score": [your score number for the correctness of the answer], "reasoning": [your one line step by step reasoning about the correctness of the answer] )
 
33
 
34
 
35