From 74915155fa683fed4345674c3e4d7df79cc98580 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Mon, 10 Aug 2020 10:47:42 -0700 Subject: [PATCH] v0.4.0a1 --- HISTORY | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index a605c5c9..7aa0b4bb 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,13 @@ +0.4.0a1 +======= + +* The paraphrase generation code was extended and can now use BART instead of GPT2. It also now + has the ability to run as a translation task as well (using the Marian models) [#26, #27, #29, #31]. +* Added the ability to override the context and the question used as input to the model [#23]. +* MultiGPU training was tested and fixed [#25]. +* Completed support for beam search, including the ability to return multiple results for a given input [#30]. +* Misc bug fixes [#32]. + 0.3.0 ===== diff --git a/setup.py b/setup.py index b3f8874c..e102bbcb 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ with open("README.md", "r") as fh: setuptools.setup( name='genienlp', - version='0.3.0', + version='0.4.0a1', packages=setuptools.find_packages(exclude=['tests']), entry_points= {