1. 20 Dec, 2023 1 commit
    • Baber Abbasi's avatar
      Switch Linting to `ruff` (#1166) · 65b8761d
      Baber Abbasi authored
      * add ruff and isort. remove black and flake8
      
      * remove unnecessary dependencies
      
      * remove dependency from table
      
      * change order
      
      * ran ruff
      
      * check 3.9
      
      * exclude evaluator
      
      * update CI workflow
      
      * use ruff config in pyproject.toml
      
      * test
      
      * add isort rules to ruff
      
      * sort imports
      
      * import `make_table`
      
      * try stages for no-commit-to-branch
      
      * turn on mypy for pre-commit
      
      * test
      
      * test
      
      * test
      
      * change no-commit-to-branch to default
      
      * nits
      
      * fixed dependency
      65b8761d
  2. 19 Dec, 2023 1 commit
  3. 18 Dec, 2023 1 commit
  4. 17 Dec, 2023 1 commit
    • Wis Kojohnjaratkul's avatar
      [WIP] Add IFEval / Instruction-Following Eval (#1087) · aa61f940
      Wis Kojohnjaratkul authored
      * Add IFEval task
      
      * Check and download nltk punkt if not already downloaded
      
      * Update gen_max_toks to 2048 to support "900 words+" instructions
      
      * Resolve pre-commit linting issues
      
      * Reduce max_gen_toks to 1280 to conserve token usage
      
      * Add warning message in `process_results` call for non chat-finetuned models
      aa61f940
  5. 15 Dec, 2023 1 commit
    • MorishT's avatar
      Add benchmark FLD (#1122) · 755bf6e8
      MorishT authored
      
      
      * [fix] loading dataset from hub fails when the dataset name includes '.', as the program assumes it is on the local filesystem
      
      * add FLD benchmark
      
      * Update task.py
      
      * [update] add group 'fld'
      
      * [update] rename fld -> fld_default. add explanation to the readme
      
      * Update README.md
      
      ---------
      Co-authored-by: default avatarLintang Sutawika <lintang@sutawika.com>
      755bf6e8
  6. 14 Dec, 2023 2 commits
  7. 13 Dec, 2023 5 commits
  8. 11 Dec, 2023 5 commits
  9. 10 Dec, 2023 6 commits
  10. 08 Dec, 2023 1 commit
  11. 07 Dec, 2023 8 commits
  12. 04 Dec, 2023 2 commits
  13. 28 Nov, 2023 6 commits