From 64662c9ab80de10ee0145c9fed1cdaf6f2b5b655 Mon Sep 17 00:00:00 2001 From: Michael Heck <michael.heck@hhu.de> Date: Thu, 1 Dec 2022 09:56:50 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b9ebed5..0d042ca 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# *** The upcoming update will add ConvLab-3 support, faster caching, transformers 4.X support and more *** + ## Introduction TripPy is a new approach to dialogue state tracking (DST) which makes use of various copy mechanisms to fill slots with values. Our model has no need to maintain a list of candidate values. Instead, all values are extracted from the dialog context on-the-fly. -- GitLab