Update loading script
Browse files- gigaword.py +2 -1
gigaword.py
CHANGED
@@ -56,7 +56,8 @@ There are two features:
|
|
56 |
|
57 |
"""
|
58 |
|
59 |
-
|
|
|
60 |
|
61 |
_DOCUMENT = "document"
|
62 |
_SUMMARY = "summary"
|
|
|
56 |
|
57 |
"""
|
58 |
|
59 |
+
# Source: https://drive.google.com/uc?export=download&id=1USoQ8lJgN8kAWnUnRrupMGrPMLlDVqlV
|
60 |
+
_URL = "data/ggw_data.zip"
|
61 |
|
62 |
_DOCUMENT = "document"
|
63 |
_SUMMARY = "summary"
|