From a66844cde4757421d05cce48fd681d10b8575c13 Mon Sep 17 00:00:00 2001 From: x54-729 <17307130121@fudan.edu.cn> Date: Sat, 7 May 2022 15:29:37 +0000 Subject: [PATCH] small --- fastNLP/io/loader/summarization.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastNLP/io/loader/summarization.py b/fastNLP/io/loader/summarization.py index eab3c037..f9e4ba8e 100644 --- a/fastNLP/io/loader/summarization.py +++ b/fastNLP/io/loader/summarization.py @@ -24,7 +24,7 @@ class ExtCNNDMLoader(JsonLoader): "['I got new tires from them and... ','...']", "['The new tires...','...']", "[0, 1]", "cnndm" "['Don't waste your time. We had two...','...']", "['Time is precious','...']", "[1]", "cnndm" - "["..."]", "["..."]", "[]", "cnndm" + "['...']", "['...']", "[]", "cnndm" """