Commit ·
bc5eca6
1
Parent(s): a980504
Update awesome-stuff.py
Browse files- awesome-stuff.py +1 -1
awesome-stuff.py
CHANGED
|
@@ -11,7 +11,7 @@ class AwesomeStuff(datasets.GeneratorBasedBuilder):
|
|
| 11 |
def _info(self):
|
| 12 |
features = datasets.Features(
|
| 13 |
{
|
| 14 |
-
"number": datasets.Value("
|
| 15 |
"string": datasets.Value("string"),
|
| 16 |
}
|
| 17 |
)
|
|
|
|
| 11 |
def _info(self):
|
| 12 |
features = datasets.Features(
|
| 13 |
{
|
| 14 |
+
"number": datasets.Value("int16"),
|
| 15 |
"string": datasets.Value("string"),
|
| 16 |
}
|
| 17 |
)
|