1. 14 Oct, 2025 1 commit
  2. 31 May, 2024 1 commit
  3. 20 Feb, 2024 1 commit
  4. 14 Feb, 2024 1 commit
  5. 13 Feb, 2024 1 commit
  6. 11 Feb, 2024 1 commit
    • Baber Abbasi's avatar
      Evaluate (#1385) · 1ff84897
      Baber Abbasi authored
      * un-exclude `evaluate.py` from linting
      
      * readability
      
      * readability
      
      * add task name to build info message
      
      * fix link
      
      * nit
      
      * add functions for var and mean pooling
      
      * add functions for var and mean pooling
      
      * metadata compatibility with task
      
      * rename `override_config` to `set_config` and move to `Task`
      
      * add unit test
      
      * nit
      
      * nit
      
      * bugfix
      
      * nit
      
      * nit
      
      * nit
      
      * add docstrings
      
      * fix metadata-fewshot
      
      * revert metric refactor
      
      * nit
      
      * type checking
      
      * type hints
      
      * type hints
      
      * move `override_metric` to `Task`
      
      * change metadata
      
      * change name
      
      * pre-commit
      
      * rename
      
      * remove
      
      * remove
      
      * `override_metric` backwards compatible with `Task`
      
      * type hints
      
      * use generic
      
      * type hint
      1ff84897
  7. 23 Dec, 2023 1 commit
  8. 22 Jul, 2022 1 commit
    • Rich Hankins's avatar
      Fix make_disjoint_window for tail case · 834de32f
      Rich Hankins authored
      When the continuation list contains a single entry,
      make_disjoint_window incorrectly truncates the context list to be
      empty.
      
      The fix checks for the non-overlapping case and, in that case, simply
      returns the existing lists.
      834de32f
  9. 03 May, 2022 1 commit
  10. 05 May, 2021 1 commit
  11. 04 May, 2021 1 commit