visualjoyce commited on
Commit
dc18f2e
1 Parent(s): 86283ae

Add zh, en, xl

Browse files
Files changed (1) hide show
  1. ipquiz.py +2 -2
ipquiz.py CHANGED
@@ -81,9 +81,9 @@ class IPQuizDataset(datasets.GeneratorBasedBuilder):
81
  # TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
82
  features = datasets.Features(
83
  {
84
- "language": datasets.Value("language"),
85
  "problem": datasets.Value("string"),
86
- "candidates": datasets.Value("dict"),
87
  "answer": datasets.Value("string")
88
  # These are the features of your dataset like images, labels ...
89
  }
 
81
  # TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
82
  features = datasets.Features(
83
  {
84
+ "language": datasets.Value("string"),
85
  "problem": datasets.Value("string"),
86
+ "candidates": dict,
87
  "answer": datasets.Value("string")
88
  # These are the features of your dataset like images, labels ...
89
  }