Browse Source

small

tags/v1.0.0alpha
x54-729 2 years ago
parent
commit
a66844cde4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      fastNLP/io/loader/summarization.py

+ 1
- 1
fastNLP/io/loader/summarization.py View File

@@ -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"

"""



Loading…
Cancel
Save