polinaeterna commited on
Commit
bc5eca6
·
1 Parent(s): a980504

Update awesome-stuff.py

Browse files
Files changed (1) hide show
  1. 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("int"),
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
  )