Skip to content

Releases: ZurichNLP/mbr

v0.2.0

27 Dec 10:53
Compare
Choose a tag to compare

Breaking changes:

  • Rename MBRGenerationConfig to MBRConfig
  • MetricRunner now returns a MetricOutput dict instead of the raw tensor of scores.

New features:

  • Make the size of the metric cache configurable via MBRConfig.metric_cache_size
  • Allow that the number of references can be larger than the number of samples (if generated separately from the samples)

Other changes:

  • Remove GenerationConfig as parent class of MBRConfig
  • Use FIFO cache instead of LRU for metric cache
  • Extend caching to CometMetricRunner

Initial release

03 Nov 12:30
Compare
Choose a tag to compare
v0.1.0

Bump version to 0.1.0