Skip to content
This repository was archived by the owner on Jul 30, 2023. It is now read-only.

Commit 8cda8a4

Browse files
committed
track .gz in lfs
1 parent c1de92d commit 8cda8a4

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.gitattributes

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
*.tar filter=lfs diff=lfs merge=lfs -text
22
*.tar.gz filter=lfs diff=lfs merge=lfs -text
3-
43
dist/* linguist-vendored=true
54
node_modules/* linguist-vendored=true
65
lib/* linguist-vendored=true
76
output/* linguist-vendored=true
8-
97
react-sortable-tree-style.css linguist-vendored=true
10-
11-
128
*.js linguist-vendored=false
9+
*.gz filter=lfs diff=lfs merge=lfs -text

frame-nlp-service/app/abstractive_summarizer/abstractive_summarizer.py

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ def summarize(self, document: str):
2323

2424
if __name__ != 'main':
2525
abstractive_summarizer = AbstractiveSummarizer()
26-
# res = abstractive_summarizer.summarize("""They propose continuous space LMs using neural networks to fight the curse of dimensionality by learning a distributed representation for words."""
27-
# )
2826
else:
2927
abstractive_summarizer = AbstractiveSummarizer()
3028

0 commit comments

Comments
 (0)