Commit
·
0a01f63
1
Parent(s):
5479945
Update kptimes.py
Browse files- kptimes.py +1 -1
kptimes.py
CHANGED
@@ -77,7 +77,7 @@ class KPTimes(datasets.GeneratorBasedBuilder):
|
|
77 |
"other_metadata": datasets.features.Sequence(
|
78 |
{
|
79 |
"id": datasets.Value("string"),
|
80 |
-
"categories": datasets.
|
81 |
"date": datasets.Value("string"),
|
82 |
"title": datasets.Value("string"),
|
83 |
"abstract": datasets.Value("string"),
|
|
|
77 |
"other_metadata": datasets.features.Sequence(
|
78 |
{
|
79 |
"id": datasets.Value("string"),
|
80 |
+
"categories": [datasets.Value("string")],
|
81 |
"date": datasets.Value("string"),
|
82 |
"title": datasets.Value("string"),
|
83 |
"abstract": datasets.Value("string"),
|