Datasets:
Update victorian_authorship.py
Browse files- victorian_authorship.py +1 -1
victorian_authorship.py
CHANGED
|
@@ -36,7 +36,7 @@ urls_per_split = {
|
|
| 36 |
features_types_per_config = {
|
| 37 |
"authorship": {
|
| 38 |
"text": datasets.Value("string"),
|
| 39 |
-
"author": datasets.ClassLabel(num_classes=
|
| 40 |
}
|
| 41 |
}
|
| 42 |
features_per_config = {k: datasets.Features(features_types_per_config[k]) for k in features_types_per_config}
|
|
|
|
| 36 |
features_types_per_config = {
|
| 37 |
"authorship": {
|
| 38 |
"text": datasets.Value("string"),
|
| 39 |
+
"author": datasets.ClassLabel(num_classes=51)
|
| 40 |
}
|
| 41 |
}
|
| 42 |
features_per_config = {k: datasets.Features(features_types_per_config[k]) for k in features_types_per_config}
|