- 04 Oct, 2025 1 commit
-
-
Baber Abbasi authored
* overhaul `ContextSampler` * refactor masakhapos * move multi_target to `exact_match` * remove doc_to_choice from `boolq-seq2seq` * remove doc_to_choice in generation process_results * Remove unused `doc_to_choice` and fix superglue whitespaces * require multiple_inputs and multiple_targets to be explicitly set in taskconfig * fix copa; better logging in task init * fix doc_to_target to return int rather than str (deprecated) * fix processing regression; recursively parse lists fron template * remove redundant jinja parsing logic * remove promptsource * for multiple_inputs use `doc_to_text: list[str]`` * Refactor `ContextSampler` `fewshot_context` * fix multiple_input context * fix `target_delimiter` with `gen_prefix` * `doc_to_text` is list for multiple_inputs * Refactor `count_bytes` and `count_words` methods to `@staticmethod` * make has_*(train/test/validation) to properties * remove `multi_target` `generate_until` * `fix doc_to_target/multiple_targets handling add tests * rename `multi_target` to `multiple_targets` * evalaute list when multiple targets * allow doc_to_target to return list * Remove gen_prefix space and add warning (#3239) * Remove gen_prefix space and add warning * fix null gen_prefix bug again * use git tests --------- Co-authored-by:Boaz Ben-Dov <bendboaz@gmail.com>
-
- 25 Sep, 2025 1 commit
-
-
Baber authored
-
- 06 Mar, 2024 1 commit
-
-
LSinev authored
* Remove unused `decontamination_ngrams_path` and all mentions (still no alternative path provided) * Fix improper import of LM and usage of evaluator in one of scripts * update type hints in instance and task api * raising errors in task.py instead of asserts * Fix warnings from ruff * raising errors in __main__.py instead of asserts * raising errors in tasks/__init__.py instead of asserts * raising errors in evaluator.py instead of asserts * evaluator: update type hints and remove unused variables in code * Update lm_eval/__main__.py Co-authored-by:
Hailey Schoelkopf <65563625+haileyschoelkopf@users.noreply.github.com> * Update lm_eval/__main__.py Co-authored-by:
Hailey Schoelkopf <65563625+haileyschoelkopf@users.noreply.github.com> * Update lm_eval/api/task.py Co-authored-by:
Hailey Schoelkopf <65563625+haileyschoelkopf@users.noreply.github.com> * Update lm_eval/api/task.py Co-authored-by:
Hailey Schoelkopf <65563625+haileyschoelkopf@users.noreply.github.com> * Update lm_eval/api/task.py Co-authored-by:
Hailey Schoelkopf <65563625+haileyschoelkopf@users.noreply.github.com> * Update lm_eval/evaluator.py Co-authored-by:
Hailey Schoelkopf <65563625+haileyschoelkopf@users.noreply.github.com> * pre-commit induced fixes --------- Co-authored-by:
Hailey Schoelkopf <65563625+haileyschoelkopf@users.noreply.github.com>
-
- 30 Jan, 2024 1 commit
-
-
Baber Abbasi authored
* delay filter init; remove `*args` * bugfix * optimize * type hint
-
- 18 Oct, 2023 1 commit
-
-
haileyschoelkopf authored
-
- 25 Aug, 2023 1 commit
-
-
Ethan Smith authored
This adds a bunch of simple annotations suggested by https://github.com/JelleZijlstra/autotyping.
-
- 14 Jul, 2023 1 commit
-
-
haileyschoelkopf authored
-
- 19 May, 2023 1 commit
-
-
lintangsutawika authored
-
- 02 May, 2023 1 commit
-
-
haileyschoelkopf authored
-
- 01 May, 2023 1 commit
-
-
haileyschoelkopf authored
-
- 23 Apr, 2023 1 commit
-
-
haileyschoelkopf authored
-
- 19 Apr, 2023 1 commit
-
-
haileyschoelkopf authored
-