- 10 May, 2024 6 commits
-
-
lintangsutawika authored
-
lintangsutawika authored
-
lintangsutawika authored
-
lintangsutawika authored
-
lintangsutawika authored
-
lintangsutawika authored
-
- 08 May, 2024 3 commits
-
-
lintangsutawika authored
-
lintangsutawika authored
-
lintangsutawika authored
-
- 07 May, 2024 9 commits
-
-
lintangsutawika authored
-
lintangsutawika authored
-
Hailey Schoelkopf authored
* add Hendrycks MATH (no sympy checking) variant * add readmes for MATH tasks
-
lintangsutawika authored
-
Hailey Schoelkopf authored
-
lintangsutawika authored
-
lintangsutawika authored
-
lintangsutawika authored
-
lintangsutawika authored
-
- 06 May, 2024 1 commit
-
-
lintangsutawika authored
-
- 01 May, 2024 4 commits
-
-
Simran Arora authored
* upload new tasks * add readmes * run linters --------- Co-authored-by:haileyschoelkopf <hailey@eleuther.ai>
-
Zehan Li authored
* Update utils.py This is a 4-choice task, option_e is null for all but 3 samples * Fix options Adaptive choices * add option e * bump multilingual arc version --------- Co-authored-by:Hailey Schoelkopf <65563625+haileyschoelkopf@users.noreply.github.com>
-
Gabriel Mukobi authored
* Add Pile-10k readme * Add Pile-10k task configuration file
-
Chujie Zheng authored
-
- 26 Apr, 2024 1 commit
-
-
giorgossideris authored
* Support individual scrolls datasets * Add qmsum context * Fix formatting
-
- 25 Apr, 2024 5 commits
-
-
lintangsutawika authored
-
lintangsutawika authored
-
Lintang Sutawika authored
* Update task.py * Update __init__.py
-
lintangsutawika authored
-
Julen Etxaniz authored
* add xnli_eu tasks * update tasks readme * update readme
-
- 24 Apr, 2024 1 commit
-
-
lintangsutawika authored
-
- 23 Apr, 2024 1 commit
-
-
lintangsutawika authored
-
- 18 Apr, 2024 1 commit
-
-
sator-labs authored
-
- 05 Apr, 2024 1 commit
-
-
ZoneTwelve authored
* implementation of TMMLU+ * implemented: TMMLU+ ****TMMLU+ : large-scale Traditional chinese Massive Multitask language Understanding**** - 4 categories - STEM - Social Science - Humanities - Other The TMMLU+ dataset, encompassing over 67 subjects and 20160 tasks, is six times larger and more balanced than its predecessor, TMMLU, and includes benchmark results from both closed-source and 20 open-weight Chinese large language models with 1.8B to 72B parameters. However, Traditional Chinese variants continue to underperform compared to major Simplified Chinese models. ```markdown Total number of tasks in the 'test' sets: 20160 Total number of tasks in the 'validation' sets: 2247 Total number of tasks in the 'train' sets: 335 ``` * Remove print from __init__.py There was my mistake in forgetting to remove the debug print from the code. * update: move TMMLU+ config generation program into default * fix: we should use training set as few shots example * update: README for TMMLU+ * update: a small changes of TMMLU+ README file * pre-commit run thought * Add README for TMMLU+ dataset * run precommit * trigger precommit again * trigger precommit again * isort is fussy * isort is fussy * format, again * oops * oops --------- Co-authored-by:lintang <lintang@eleuther.ai> Co-authored-by:
haileyschoelkopf <hailey@eleuther.ai>
-
- 04 Apr, 2024 1 commit
-
-
Hailey Schoelkopf authored
-
- 01 Apr, 2024 1 commit
-
-
Julen Etxaniz authored
* add basqueglue * add eus_exams * add eus_proficiency * add eus_reading * add eus_trivia * run pre-commit
-
- 28 Mar, 2024 1 commit
-
-
Or Sharir authored
-
- 21 Mar, 2024 1 commit
-
-
Haonan Li authored
* Add task ACLUE * fix minor bug * fix code style * fix code style
-
- 18 Mar, 2024 2 commits
-
-
Nouf M. Alotaibi authored
* Fix eval_logger import for mmlu/_generate_configs.py * linter --------- Co-authored-by:Hailey Schoelkopf <65563625+haileyschoelkopf@users.noreply.github.com>
-
Hailey Schoelkopf authored
* Update interface.md * fix: make caching reqs always work with accelerate launch * remove stale task migration checklist * remove deprecation warnings * make informative TypeErrors for get_task_dict * bump version metadata * fix num_fewshot printing bug * add fewshot value to cache key
-
- 15 Mar, 2024 1 commit
-
-
Rylan Schaeffer authored
-