Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvamvas committed Nov 1, 2023
1 parent 85ad2da commit 50db2dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# mbr 🔥
![Main](https://github.com/ZurichNLP/mbr/workflows/unittest/badge.svg?branch=main)
![Main](https://github.com/ZurichNLP/mbr/workflows/unittest/badge.svg)
[![PyPI](https://img.shields.io/pypi/v/mbr)](https://pypi.python.org/pypi/mbr/)

**mbr** adds Sampling-based Minimum Bayes Risk decoding to [Hugging Face transformers](https://github.com/huggingface/transformers). Originally proposed by [Eikema & Aziz (2022)](https://aclanthology.org/2022.emnlp-main.754/), this technique is a risk-minimizing algorithm for generating text with a language model.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mbr"
version = "0.0.1"
version = "0.1.0"
authors = [
{ name="Jannis Vamvas", email="vamvas@cl.uzh.ch" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/mbr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from mbr.modeling import MBR


__version__ = "0.0.1"
__version__ = "0.1.0"

0 comments on commit 50db2dc

Please sign in to comment.