Skip to content

Commit

Permalink
update the code to check similarity by subject
Browse files Browse the repository at this point in the history
  • Loading branch information
nouhadziri committed Oct 9, 2024
1 parent fcd51df commit 2991c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_instruct/mmlu_synthetic/generate_mmlu.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class GenerationArgs:
temperature: float = 0.7
max_tokens: int = 500
top_p: float = 0.95
examples_per_subject: int = 1000
examples_per_subject: int = 10
few_shot_examples: int = 10


Expand Down

0 comments on commit 2991c83

Please sign in to comment.