Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

1.7.0

Compare
Choose a tag to compare
@klshuster klshuster released this 23 Aug 22:36
· 120 commits to main since this release
a5e4685

New Releases

New Features

  • The Decoder-Only Transformer agent is now available in ParlAI! (#4329)
  • Beam N-Gram blocking is now supported on the GPU (#4633, #4721)
  • The model chat mephisto crowdsourced task now supports emojis! (#4666)

Agent Fixes + Improvements

Bug fixes + Performance Improvements

Datasets & Teachers & Mutators

Logging & Metrics

  • Improvements to Weights & Biases integration (#4484, #4548, #4708)
  • Include tensorboard logging in eval_model (#4497)
  • TimerMetric fixes (#4536)
  • Expose precision + recall metrics (#4670)

Developers & Documentation