Skip to content

Commit

Permalink
chore: do more work before proof submission
Browse files Browse the repository at this point in the history
  • Loading branch information
shellzbt committed Dec 29, 2024
1 parent 5237113 commit c136bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions my_proof/proof.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
from my_proof.wikipedia.verify_content import WikipediaSummarization
from my_proof.sixgpt import evaluate_question, evaluate_answer, get_uniqueness_score

MIN_NUMBER_OF_EXAMPLES = 50
MAX_NUMBER_OF_EXAMPLES = 50
MIN_NUMBER_OF_EXAMPLES = 100
MAX_NUMBER_OF_EXAMPLES = 100

def choose_random_example(examples: List[Dict[str, Any]]) -> List[Dict[str, Any]]:
number_of_examples_to_choose = len(examples) // MIN_NUMBER_OF_EXAMPLES
Expand Down

0 comments on commit c136bba

Please sign in to comment.