From 5c323ed1aba821fb7345e21d8d17bd519c285afd Mon Sep 17 00:00:00 2001 From: Vered Shwartz Date: Sat, 17 Jul 2021 12:19:18 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3936686..3cc2dc3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This is a generic framework for incorporating relevant background knowledge into 1) External resources such as ConceptNet; or 2) Generated by language models in a process of asking clarification questions (means) and using the answers (goal) to clarify the instance. -### Bug fix - July 2021 (marked as V1.1): +### Bug fix - July 2021 (tagged V1.1): - Using `eos_token` as the padding token in LMs that don't have a padding token (instead of 0). The results are now better for all models, but the general trend remains the same. See [issue #1](https://github.com/vered1986/self_talk/issues/1).