1. 01 Feb, 2024 2 commits
  2. 31 Jan, 2024 5 commits
    • Baber Abbasi's avatar
      add bypass metric (#1156) · f8203de1
      Baber Abbasi authored
      * add bypass metric
      
      * fixed `bypass` metric.
      
      * add task attributes if predict_only
      
      * add `predict_only` checks
      
      * add docs
      
      * added `overide_metric`, `override_config` to `Task`
      
      * nits
      
      * nit
      
      * changed --predict_only to generations; nits
      
      * nits
      
      * nits
      
      * change gen_kwargs warning
      
      * add note about `--predict_only` in README.md
      
      * added `predict_only`
      
      * move table to bottom
      
      * nit
      
      * change null aggregation to bypass (conflict)
      
      * bugfix; default `temp=0.0`
      
      * typo
      f8203de1
    • Eugene Cheah's avatar
      Add support for RWKV models with World tokenizer (#1374) · 084b7050
      Eugene Cheah authored
      
      
      * Add support for RWKV models with World tokenizer
      
      The RWKV line of model with the World tokenizer, does not allow the padding token to be configured, and has its value preset as 0
      
      This however fails all the "if set" checks, and would cause the tokenizer to crash.
      
      A tokenizer class name check was added, in addition to a model type check, as there exists RWKV models which uses the neox tokenizers
      
      * Update huggingface.py
      
      Genericized so that this supports any RWKVWorld tokenizer, and added a fall-back for if the HF implementation name changes.
      
      * Comply with formatting guidelines
      
      * fix format
      
      ---------
      Co-authored-by: default avatarStella Biderman <stellabiderman@gmail.com>
      Co-authored-by: default avatarHailey Schoelkopf <65563625+haileyschoelkopf@users.noreply.github.com>
      084b7050
    • Hailey Schoelkopf's avatar
      Make dependencies compatible with PyPI (#1378) · a0a2fec8
      Hailey Schoelkopf authored
      * make deps not point to github urls
      
      * formatting
      
      * try making PyPI only run on tag pushes
      a0a2fec8
    • Anjor Kanekar's avatar
      Publish to pypi (#1194) · 0da0dcba
      Anjor Kanekar authored
      * publish to pypi
      
      * lint
      
      * Update publish.yml
      
      * minor
      0da0dcba
    • Hailey Schoelkopf's avatar
      Fix unintuitive `--gen_kwargs` behavior (#1329) · bd7d265a
      Hailey Schoelkopf authored
      * don't override do_sample if no value for it is passed
      
      * Update gen_kwargs override condition
      
      * Update huggingface.py
      
      * Update huggingface.py
      
      * run linters
      
      * silence an erroneous warning
      bd7d265a
  3. 30 Jan, 2024 1 commit
  4. 29 Jan, 2024 1 commit
  5. 28 Jan, 2024 1 commit
  6. 26 Jan, 2024 2 commits
  7. 25 Jan, 2024 2 commits
  8. 24 Jan, 2024 2 commits
  9. 23 Jan, 2024 4 commits
  10. 22 Jan, 2024 5 commits
  11. 19 Jan, 2024 1 commit
  12. 18 Jan, 2024 7 commits
  13. 16 Jan, 2024 2 commits
  14. 15 Jan, 2024 5 commits