mstz's picture
Update README.md
603ba62
|
raw
history blame
1 kB
metadata
language:
  - en
tags:
  - victorian
  - text-classification
pretty_name: Victorian authorship
size_categories:
  - 10K<n<100K
task_categories:
  - text-classification
license: cc

Victorian authorship

The Victorian authorship dataset. Which Victorian author wrote the given text?

Configurations and tasks

Configuration Task Description
authorship Classification Which Victorian author wrote the given text?

Usage

from datasets import load_dataset

dataset = load_dataset("mstz/victorian_authorship", "authorship")["train"]

Features

Feature Type
text [string]