soldni commited on
Commit
e2763d6
1 Parent(s): c2ab01c

Update peS2o.py

Browse files
Files changed (1) hide show
  1. peS2o.py +4 -4
peS2o.py CHANGED
@@ -6,7 +6,7 @@ import datasets
6
  logger = datasets.logging.get_logger(__name__)
7
 
8
 
9
- _HOMEPAGE = "https://huggingface.co/datasets/allenai/pes2o"
10
 
11
 
12
  _DESCRIPTION = "\
@@ -113,17 +113,17 @@ _FEATURES = datasets.Features(
113
  )
114
 
115
  _CITATION = """\
116
- @techreport{pes2o,
117
  author = {Luca Soldaini and Kyle Lo},
118
  year = 2023,
119
  title = {{peS2o (Pretraining Efficiently on S2ORC) Dataset}},
120
  institution = {{Allen Institute for AI}},
121
- note = {\\url{https://huggingface.co/datasets/allenai/pes2o}}
122
  }
123
  """
124
 
125
 
126
- class Pes2o(datasets.GeneratorBasedBuilder):
127
  """Pretraining Efficiently on S2ORC!"""
128
 
129
  BUILDER_CONFIGS = [
 
6
  logger = datasets.logging.get_logger(__name__)
7
 
8
 
9
+ _HOMEPAGE = "https://github.com/allenai/peS2o"
10
 
11
 
12
  _DESCRIPTION = "\
 
113
  )
114
 
115
  _CITATION = """\
116
+ @techreport{peS2o,
117
  author = {Luca Soldaini and Kyle Lo},
118
  year = 2023,
119
  title = {{peS2o (Pretraining Efficiently on S2ORC) Dataset}},
120
  institution = {{Allen Institute for AI}},
121
+ note = {ODC-By, \url{https://github.com/allenai/pes2o}}
122
  }
123
  """
124
 
125
 
126
+ class PeS2o(datasets.GeneratorBasedBuilder):
127
  """Pretraining Efficiently on S2ORC!"""
128
 
129
  BUILDER_CONFIGS = [