Peter Henderson commited on
Commit
7943131
1 Parent(s): 6548195
Files changed (1) hide show
  1. pile-of-law.py +2 -1
pile-of-law.py CHANGED
@@ -46,7 +46,8 @@ class PileOfLaw(datasets.GeneratorBasedBuilder):
46
  features=datasets.Features(
47
  {
48
  "text": datasets.Value("string"),
49
- "timestamp": datasets.Value("string"),
 
50
  "url": datasets.Value("string"),
51
  }
52
  ),
 
46
  features=datasets.Features(
47
  {
48
  "text": datasets.Value("string"),
49
+ "created_timestamp": datasets.Value("string"),
50
+ "downloaded_timestamp": datasets.Value("string"),
51
  "url": datasets.Value("string"),
52
  }
53
  ),