1. 21 Jan, 2025 1 commit
  2. 02 Jan, 2025 10 commits
  3. 10 Dec, 2024 5 commits
  4. 09 Dec, 2024 2 commits
  5. 05 Dec, 2024 1 commit
  6. 04 Dec, 2024 3 commits
  7. 03 Dec, 2024 2 commits
  8. 01 Dec, 2024 1 commit
    • Yoav Katz's avatar
      Update Unitxt task to use locally installed unitxt and not download Unitxt... · 1170ef9e
      Yoav Katz authored
      
      Update Unitxt task to  use locally installed unitxt and not download Unitxt code from Huggingface (#2514)
      
      * Moved to require unitxt installation and not download unitxt from HF hub.
      
      This has performance benefits and simplifies the code.
      Signed-off-by: default avatarYoav Katz <katz@il.ibm.com>
      
      * Updated watsonx documentation
      
      * Updated installation instructions
      
      * Removed redundant comman
      
      * Allowed unitxt tasks to generate chat APIs
      
      Modified WatsonXI model to support chat apis
      
      * Removed print
      
      * Run precommit formatting
      
      ---------
      Signed-off-by: default avatarYoav Katz <katz@il.ibm.com>
      1170ef9e
  9. 30 Nov, 2024 1 commit
  10. 29 Nov, 2024 1 commit
  11. 28 Nov, 2024 1 commit
  12. 26 Nov, 2024 1 commit
    • Rima Shahbazyan's avatar
      Score tasks (#2452) · 0ef7548d
      Rima Shahbazyan authored
      * score readme added
      
      * generate until task's "until" parameter's default value fixed.
      
      * score mmlu-pro and agieval added
      
      * changed macro accuracy to micro for agieval
      
      * Always E removed from agi eval
      
      * redundancies removed
      
      * MATH added
      
      * minor cosmetic changes for math
      
      * Licenses added Readme updated
      
      * changes for flake8 + license header on math
      
      * Score added to readme and precommit was run.
      
      * Score added to readme and precommit was run.
      
      * Import error fixed
      
      * math task bugfix
      postprocess minor fix
      
      * CR for math added
      
      * math CR
      
      * math task bugfix
      postprocess minor fix
      
      CR for math added
      
      * Math cr fixed
      
      * reverting the default "until" parameter change and adjusting  score task configs
      0ef7548d
  13. 22 Nov, 2024 1 commit
  14. 20 Nov, 2024 1 commit
    • Baber Abbasi's avatar
      Nits (#2500) · 867413f8
      Baber Abbasi authored
      * fix test task
      
      * dont call lm.chat_template each time
      867413f8
  15. 18 Nov, 2024 3 commits
    • Kozzy Voudouris's avatar
      Add metabench task to LM Evaluation Harness (#2357) · 62b4364d
      Kozzy Voudouris authored
      
      
      * Add metabench (Kipnis et al. 2024)
      
      * Update metabench tasks for full replication of original benchmarks, using publicly available datasets
      
      * Remove unnecessary import
      
      * Add permute versions of each task, where the answer orders are randomly shuffled.
      
      * Add metabench group for easier evaluations
      
      * Fix mmlu counts after removing duplicate
      
      * Add secondary datasets
      
      * Fix f-string error
      
      * Fix f-string error for permute processing
      
      * Add original hash to outputs for easy matching to original results
      
      * Add line break at end of utils files
      
      * Remove extra line from winogrande
      
      * Reformat for linters
      
      * fix multiple input test
      
      * appease pre-commit
      
      * Add metabench to tasks README
      
      * fix multiple input `test_doc_to_text`
      
      ---------
      Co-authored-by: default avatarBaber <baber@hey.com>
      62b4364d
    • Baber Abbasi's avatar
      remove duplicate `arc_ca` (#2499) · 8222ad0a
      Baber Abbasi authored
      8222ad0a
    • Baber Abbasi's avatar
      Add mamba hf to `mamba_ssm` (#2496) · 0f5dc265
      Baber Abbasi authored
      * add hf mamba to mamba_lm
      
      * fix _model_generate for hf
      0f5dc265
  16. 16 Nov, 2024 2 commits
    • Wonseok Hwang's avatar
      kbl-v0.1.1 (#2493) · cbc31eb8
      Wonseok Hwang authored
      * release kbl-v0.1
      
      * fix linting
      
      * remove rag tasks as  doc_to_text functions cause trouble
      
      * remove remaining rag tasks
      
      * remove unnecessary repeat in yaml files and rag dataset in hf-hub
      
      * remove unncessary newline; introduce cfg files in lbox/kbl in hf
      
      * Make task yaml files consistent to hf-datasets-config
      
      * Make task yaml files consistent to hf-datasets-config
      
      * Remove trailing empty space in doc-to-text
      
      * Remove unncessary yaml file
      
      * Fix task nameing error
      
      * trailing space removed
      cbc31eb8
    • Baber Abbasi's avatar
      update pre-commit hooks and git actions (#2497) · badf273a
      Baber Abbasi authored
      * pre-commit update
      
      * update github actions
      
      * make logging less verbose
      
      * fix artifacts
      badf273a
  17. 15 Nov, 2024 2 commits
  18. 12 Nov, 2024 1 commit
  19. 11 Nov, 2024 1 commit