1. 19 Oct, 2024 1 commit
  2. 17 Oct, 2024 2 commits
  3. 16 Oct, 2024 1 commit
  4. 14 Oct, 2024 1 commit
  5. 08 Oct, 2024 4 commits
  6. 07 Oct, 2024 5 commits
  7. 04 Oct, 2024 3 commits
  8. 03 Oct, 2024 2 commits
    • zxcvuser's avatar
      Add new benchmark: Galician bench (#2155) · 0e763862
      zxcvuser authored
      * Add galician_bench
      
      * Update xnli_gl path
      
      * Add flores_gl group
      
      * Update _flores_common_yaml
      
      * Updated some task groupings and readme
      
      ---------
      0e763862
    • zxcvuser's avatar
      Add new benchmark: Spanish bench (#2157) · ea17b98e
      zxcvuser authored
      * Add spanish_bench
      
      * Add flores_es group
      
      * Update _flores_common_yaml
      
      * Delete lm_eval/tasks/spanish_bench/escola.yaml
      
      * Delete escola from spanish_bench.yaml
      
      * Delete escola from README.md
      
      * pre-commit run --all-files
      
      * Updated some task groupings and readme
      
      ---------
      ea17b98e
  9. 30 Sep, 2024 2 commits
  10. 28 Sep, 2024 1 commit
  11. 26 Sep, 2024 9 commits
  12. 24 Sep, 2024 3 commits
  13. 19 Sep, 2024 2 commits
  14. 18 Sep, 2024 4 commits
    • Baber's avatar
      fix regex · 9d5ea23b
      Baber authored
      9d5ea23b
    • Baber's avatar
      pad images if exception · 1c242485
      Baber authored
      1c242485
    • Baber's avatar
      add ai2d · 6dc55fb3
      Baber authored
      6dc55fb3
    • David Corvoysier's avatar
      Update neuron backend (#2314) · 9a092f37
      David Corvoysier authored
      * feat(neuron): align with latest optimum-neuron
      
      * feat(neuron): support pre-exported neuron models
      
      * fix(neuron): correctly use max_length
      
      * fix(neuron): adapt loglikelihood
      
      The evaluation of log likelihood was not working for neuron models
      using continuous batching, such as all cached neuron LLama models.
      
      * refactor(neuron): remove dead code
      9a092f37