Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
found
Source Datasets:
extended|gigaword_2003
ArXiv:
Tags:
headline-generation
License:
albertvillanova HF staff commited on
Commit
2a8f490
1 Parent(s): 1aa097e

Update loading script

Browse files
Files changed (1) hide show
  1. gigaword.py +2 -1
gigaword.py CHANGED
@@ -56,7 +56,8 @@ There are two features:
56
 
57
  """
58
 
59
- _URL = "https://drive.google.com/uc?export=download&id=1USoQ8lJgN8kAWnUnRrupMGrPMLlDVqlV"
 
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"