Skip to content

Commit

Permalink
feat: working
Browse files Browse the repository at this point in the history
  • Loading branch information
trigaten committed May 13, 2024
2 parents 7ee5b6f + 9da06ef commit 5889920
Show file tree
Hide file tree
Showing 10 changed files with 1,453 additions and 569 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ scripts/master_papers.csv
scripts/t.py
/RP_eval_results_*.json
scripts/master_papers.csv
data/mmlu
data/benchmarking/*
scratch
scratch/*
scratch/acl-anthology
Expand Down
60 changes: 60 additions & 0 deletions data/mmlu_configs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"configs": [
"high_school_european_history",
"business_ethics",
"clinical_knowledge",
"medical_genetics",
"high_school_us_history",
"high_school_physics",
"high_school_world_history",
"virology",
"high_school_microeconomics",
"econometrics",
"college_computer_science",
"high_school_biology",
"abstract_algebra",
"professional_accounting",
"philosophy",
"professional_medicine",
"nutrition",
"global_facts",
"machine_learning",
"security_studies",
"public_relations",
"professional_psychology",
"prehistory",
"anatomy",
"college_medicine",
"high_school_government_and_politics",
"college_chemistry",
"logical_fallacies",
"high_school_geography",
"elementary_mathematics",
"human_aging",
"college_mathematics",
"high_school_psychology",
"formal_logic",
"high_school_statistics",
"international_law",
"high_school_mathematics",
"high_school_computer_science",
"conceptual_physics",
"miscellaneous",
"high_school_chemistry",
"marketing",
"professional_law",
"management",
"college_physics",
"jurisprudence",
"world_religions",
"sociology",
"us_foreign_policy",
"high_school_macroeconomics",
"computer_security",
"moral_scenarios",
"moral_disputes",
"electrical_engineering",
"astronomy",
"college_biology"
]
}
181 changes: 181 additions & 0 deletions data/prompts.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ urllib3<2
acl-anthology-py
seaborn
requests
tenacity
-e .
Loading

0 comments on commit 5889920

Please sign in to comment.