Chester Palen-Michel
commited on
Commit
·
6b33a3a
1
Parent(s):
b528675
Change to loading script
Browse files
lr-sum.py
CHANGED
|
@@ -152,7 +152,7 @@ class Lrsum(datasets.GeneratorBasedBuilder):
|
|
| 152 |
for idx_, row in enumerate(f):
|
| 153 |
data = json.loads(row)
|
| 154 |
yield idx_, {
|
| 155 |
-
"id": data["
|
| 156 |
"url": data["url"],
|
| 157 |
"title": data["title"],
|
| 158 |
"summary": data["summary"],
|
|
|
|
| 152 |
for idx_, row in enumerate(f):
|
| 153 |
data = json.loads(row)
|
| 154 |
yield idx_, {
|
| 155 |
+
"id": data["id_"],
|
| 156 |
"url": data["url"],
|
| 157 |
"title": data["title"],
|
| 158 |
"summary": data["summary"],
|