Update bibles.py
Browse files
bibles.py
CHANGED
|
@@ -215,7 +215,7 @@ class Bibles(datasets.GeneratorBasedBuilder):
|
|
| 215 |
"text": datasets.Value("string"),
|
| 216 |
"label": datasets.ClassLabel(names=labels),
|
| 217 |
"language": datasets.Value("string"),
|
| 218 |
-
"year": datasets.Value("
|
| 219 |
"century": datasets.Value("string"),
|
| 220 |
}
|
| 221 |
),
|
|
|
|
| 215 |
"text": datasets.Value("string"),
|
| 216 |
"label": datasets.ClassLabel(names=labels),
|
| 217 |
"language": datasets.Value("string"),
|
| 218 |
+
"year": datasets.Value("int16"),
|
| 219 |
"century": datasets.Value("string"),
|
| 220 |
}
|
| 221 |
),
|