Datasets:
Store reddit scores as `int32`
#4
by
mariosasko
- opened
- the_pile_openwebtext2.py +1 -1
the_pile_openwebtext2.py
CHANGED
@@ -59,7 +59,7 @@ class Openwebtext2(datasets.GeneratorBasedBuilder):
|
|
59 |
{
|
60 |
"title": datasets.Value("string"),
|
61 |
"text": datasets.Value("string"),
|
62 |
-
"reddit_scores": datasets.Sequence(datasets.Value("
|
63 |
}
|
64 |
),
|
65 |
homepage="https://openwebtext2.readthedocs.io/en/latest/",
|
|
|
59 |
{
|
60 |
"title": datasets.Value("string"),
|
61 |
"text": datasets.Value("string"),
|
62 |
+
"reddit_scores": datasets.Sequence(datasets.Value("int32")),
|
63 |
}
|
64 |
),
|
65 |
homepage="https://openwebtext2.readthedocs.io/en/latest/",
|