versae commited on
Commit
6114f43
1 Parent(s): e2a83bb

Update bibles.py

Browse files
Files changed (1) hide show
  1. bibles.py +2 -0
bibles.py CHANGED
@@ -215,6 +215,8 @@ class Bibles(datasets.GeneratorBasedBuilder):
215
  "text": datasets.Value("string"),
216
  "label": datasets.ClassLabel(names=labels),
217
  "language": datasets.Value("string"),
 
 
218
  }
219
  ),
220
  supervised_keys=None,
 
215
  "text": datasets.Value("string"),
216
  "label": datasets.ClassLabel(names=labels),
217
  "language": datasets.Value("string"),
218
+ "year": datasets.Value("int8"),
219
+ "century": datasets.Value("string"),
220
  }
221
  ),
222
  supervised_keys=None,