The Victorian authorship dataset.
Which Victorian author wrote the given text?
Configuration
Task
Description
authorship
Classification
Which Victorian author wrote the given text?
from datasets import load_dataset
dataset = load_dataset("mstz/victorian_authorship", "authorship")["train"]
Feature
Type
text
[string]
Cite this dataset as… See the full description on the dataset page:
https://huggingface.co/datasets/mstz/victorian_authorship.