Skip to content

Releases: clp-research/clembench

v0.3

16 Feb 14:09
Compare
Choose a tag to compare

What's Changed

Framework

  • Change: Now clem automatically assumes self-play when only a single model is given (and the game is multi-player) by @phisad
  • Change: removed the option to run all games (as this simplifies the code and is now done in a pipeline script) by @phisad
  • Change: Re-structured results folder (now grouped by model pairing instead of games) by @phisad in #33
  • Added re-prompting hooks for DialogueGameMaster by @lpfennigschmidt in #42
  • Add option to specify filename for instances in GameInstanceGenerator by @AnneBeyer in #44

CLI

  • Change: Re-structured CLI calls (now have -g and -m option) by @phisad @briemadu in #35
  • Add CLI option to set max_token to be generated by @phisad in #48

Backends

Documentation

Dependencies

  • bumped accelerate to 0.25.0
  • bumped transformers to 4.36.0
  • bumped openai to 1.7.0
  • bumped anthropic to 0.3.0
  • added cohere 4.34
  • added mistralai 0.0.12

... and other small changes.

Full Changelog: v0.2...v0.3

Version 0.2

05 Jul 14:26
a2f1c81
Compare
Choose a tag to compare

Submission version