- 03 Jun, 2025 1 commit
-
-
Baber Abbasi authored
feat: allow `unconditional_context` in config to be set for acc_mutual_info (default is empty string -> EOS/BOS)
-
- 02 Jun, 2025 3 commits
-
-
Baber authored
-
Baber authored
-
Ivan Stankevich authored
* chore: clean up and extend .gitignore rules * pacify pre-commit --------- Co-authored-by:Baber <baber@hey.com>
-
- 26 May, 2025 2 commits
-
-
Boda Sadallah authored
* add arab_culture tasks * add target_delimeter and remove debugging code
-
Baber Abbasi authored
* add data_parallel for V1 * use Process instead of Queue * ray used if V0 DP * better error handling * fix truncation warning comparison
-
- 23 May, 2025 2 commits
-
-
Ameya Godbole authored
* FIX error due to grouping queries with different continuation length Make Collator choose query with the longest continuation as the candidate for generation * use max for key selection * added comments explaining variable cont length (identical ctx+cont[:-1]) --------- Co-authored-by:Baber <baber@hey.com>
-
fxmarty-amd authored
* fix arguments * pacify pre-commit --------- Co-authored-by:Baber <baber@hey.com>
-
- 22 May, 2025 1 commit
-
-
Baber Abbasi authored
changed multimodal check from strict equality
-
- 21 May, 2025 6 commits
-
-
Baber Abbasi authored
This reverts commit 4dbd5ec9
-
achervyakov authored
* first version of image resizing * fixed bug * clean up `resize_image` --------- Co-authored-by:
Artem Safin <artemsafin67@gmail.com> Co-authored-by:
Baber <baber@hey.com>
-
Baber Abbasi authored
* use images with apis * pacify pre-commit
-
Niccolò Ajroldi authored
* fix(output_path): support direct JSON file paths * fix linting * turn off external Lm tests for now * Update help text for `output_path` --------- Co-authored-by:Baber <baber@hey.com>
-
Hongseok Oh authored
-
Rob Geada authored
* Log tokenized request warning only once * Fix logging for concurrent usecase as well
-
- 19 May, 2025 3 commits
-
-
Baber Abbasi authored
-
Baber Abbasi authored
* add `sglang-generate` * nit * nit * nit * pacify pre-commit
-
Harsha authored
* adding ACPBench_hard * adding Clingo * changing tarski to tarski[clingo] * denoting the main variants in each paper
-
- 17 May, 2025 1 commit
-
-
Stella Biderman authored
This function was written years ago when the cost of running an OpenAI model was easy to compute. It is no longer viable to support this.
-
- 15 May, 2025 6 commits
-
-
Baber Abbasi authored
-
Filippo Momentè authored
* fix: pass device arg in model_ar in vllm_causallms * casting device arg to str in vLLM model args
-
Tingchen Fu authored
-
tawsif authored
-
Yufeng Xu authored
* added c4 dataset (working) * fixed bugs in c4 * fixed loading bugs in c4 dataset; using partial loading * cleaned the code * added version number for c4 * removed irrelevant files
-
Jess authored
* add afrixnli to task * add chat completion * remove chat completion -untested * afrimmlu added * afrimmlu folder update * afrimmlu folder update * updated prompt * remove print * add afrimgsm -direct * add squad metric * fix bash script * remove direct util, update common yaml * remove print * add few show. metric fixes * fix direct path, add bash script for gpt models * added transate test * update afrixnli tasks * update afrixnli tasks * update metrics for afrixnli * prompt translations fix * prompt translations fix * filter and metric fix -mgsm * remove squad metric * remove squad metric * add f1 score to mgsm * add f1 score to mgsm * update native-direct with lin * change f1 function * add lin to utils * add utils * remove test limit * remove test configs * add swahili to mmlu * change eng to ewe in ewe yaml mmlu * add squad metric to mgsm, remove whitespace filter * added translate test * added afrixnli_translate * fix exact match valueError * fix exact match valueError * restructure mmlu folder * spacing * remove afrimmlu_translate folder * add utility * format task name, clean ups * modefied mgsm * update on afrimgsm * update on afrimgsm * removed utils * other mgsm varieties * other mgsm varieties * adding trasnslate direct * Update translate_direct_yaml * add manual xnli prompt, add multichoice for openai models, and adapt multichoice metric for openai model * edit for open models * Update translate_direct_yaml * add verbalizer for xnli * change xnli from multiple choice to generate * add manual accuracy scores * revert xnli to multiple choice * change afrimgsm utils * revert xnli to multiple_choice * cleanups and readmes * remove openai fixes and unused regex * pr review changes * revert metrics.py, task.py and extraction.py to main version * add afrisenti * utilities * pulled from main * add afrixnli * add afrimmlu * update afrixnli prompts * mising senti language * fix afrisenti prompt 2 * fix afrisenti prompts * fix afrisenti prompts * configure task grouping * add multiple prompts to afrixnli for irokobench * add multiple prompts to afrimmlu for irokobench * Update afrixnli_yaml * fixes and moves * fixes and moves * afrimmlu multiple prompts configs * remove validation set from afrimmlu * remove eng from afrimmlu translate test * correct dataset path * multiple prompts for mgsm * file restructure * afribench grouping * repo restructuring * repo restructuring * update exact match to hugging face exact match and add new mgsm language * remove decontamination * update generation kwargs * update generation kwargs for all mgsm prompts * remove lang * update generation kwargs for afrimgsm translatetest * add afrimgsm cot for direct and translate * remove eng from translate-cot * add masakhaPOS tasks * remove changes from task script * add masakhanews tasks * add uhura arc easy * add afriqa and belebele files * add tags for easier run. add naija rc * add new metrics and transformation scripts * fix afriqa swa fewshot split * add naijarc * add afrobench lite tasks * update afrobench * update afrobench * remove unverified files to avoid bugs * remove files not needed * add afrobench tasks * add afrobench tasks * change to version 1 * change to version 1 * update afrobench * update afrobench * restore metric to original script * update readme instructions * add individual dataset readmes * add link to collections * correct run script * align with main * align with main * align with main * align with main * align with main * align with main * align with main * align with main * failed run fixes * failed run fixes * add afrimgsm cot * Apply precommit fixes * update mafand dataset name * pull request fixes * remove afrihate due to availability --------- Co-authored-by:
Israel Abebe Azime <azime@cg.uni-saarland.de> Co-authored-by:
Israel Abebe Azime <se.israel.abebe@gmail.com> Co-authored-by:
David Adelani <davlanade@gmail.com> Co-authored-by:
theyorubayesian <akin.o.oladipo@gmail.com>
-
- 13 May, 2025 3 commits
-
-
Yoonsoo Kim authored
* mmlu pro generation_kwargs until Q: -> Question: * pacify pre-commit * change stop token --------- Co-authored-by:Baber <baber@hey.com>
-
Kiersten Stokes authored
Signed-off-by:kiersten-stokes <kierstenstokes@gmail.com>
-
Kiersten Stokes authored
Signed-off-by:kiersten-stokes <kierstenstokes@gmail.com>
-
- 10 May, 2025 1 commit
-
-
Sungjae Lee authored
-
- 09 May, 2025 1 commit
-
-
Baber Abbasi authored
-
- 06 May, 2025 5 commits
-
-
Stella Biderman authored
This hasn't been a library for few shot language model evaluation in quite a while. Let's update the citation to use "the Language Model Evaluation Harness" as the title.
-
Ihar Hrachyshka authored
This is useful to run unit tests during distro builds.
-
Anna Fontana authored
* Fix import error for eval_logger in score utils * pacify pre-commit --------- Co-authored-by:Baber <baber@hey.com>
-
Vladislav Mikhailov authored
* added noreval * added a checklist for noreval * run pre-commit * changed imports and added short noreval description * fixed norsumm path * refactored multi-folder tasks * refactored multi-folder tasks
-
Alexandre Marques authored
-
- 29 Apr, 2025 1 commit
-
-
Baber Abbasi authored
-
- 18 Apr, 2025 1 commit
-
-
Avelina9X authored
* Added softmax_dtype argument to coerce log_softmax computations * move softmax_dtype --------- Co-authored-by:Baber <baber@hey.com>
-
- 16 Apr, 2025 3 commits
-
-
Baber Abbasi authored
* add warning in for default until * fix stop tokens; add vcsum * bugfix:fix doc_to_target to string * fix lsht, trec * add task to readme * add debugging logs for multiple input/output
-
achervyakov authored
-
Baber Abbasi authored
* switch MMLU to cais/mmlu * switch back to tj-actions/changed-files * cache HF folder
-