Datasets:
Commit
·
31c1ef4
1
Parent(s):
470e94f
changed label datatype
Browse files
gdds.py
CHANGED
|
@@ -60,7 +60,7 @@ class GDDS(datasets.GeneratorBasedBuilder):
|
|
| 60 |
features = datasets.Features(
|
| 61 |
{
|
| 62 |
"text": datasets.Value("string"),
|
| 63 |
-
"label": datasets.
|
| 64 |
# These are the features of your dataset like images, labels ...
|
| 65 |
}
|
| 66 |
)
|
|
|
|
| 60 |
features = datasets.Features(
|
| 61 |
{
|
| 62 |
"text": datasets.Value("string"),
|
| 63 |
+
"label": datasets.Value("string"),
|
| 64 |
# These are the features of your dataset like images, labels ...
|
| 65 |
}
|
| 66 |
)
|