TinyShakespeare (Shakespeare's Plays)
40,000 lines of Shakespeare from a variety of Shakespeare's plays
@kaggle.thedevastator_the_bards_best_a_character_modeling_dataset
40,000 lines of Shakespeare from a variety of Shakespeare's plays
@kaggle.thedevastator_the_bards_best_a_character_modeling_dataset
Huggingface Hub: link
40,000 lines of Shakespeare from a variety of Shakespeare's plays. Featured in Andrej Karpathy's blog post 'The Unreasonable Effectiveness of Recurrent Neural Networks': http://karpathy.github.io/2015/05/21/rnn-effectiveness/.
- Developing a model to generate new works in the style of William Shakespeare
- Using the characters in the plays to create new, original works
- Using the dataset to study the character development of Shakespeare's characters over the course of his career
License
> License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
> No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.
File: validation.csv
| Column name | Description |
|---|---|
| text | The text of the play. (String) |
File: train.csv
| Column name | Description |
|---|---|
| text | The text of the play. (String) |
File: test.csv
| Column name | Description |
|---|---|
| text | The text of the play. (String) |
CREATE TABLE test (
"unnamed_0" VARCHAR -- Unnamed: 0,
"ex" VARCHAR,
"unnamed_2" VARCHAR -- Unnamed: 2
);CREATE TABLE validation (
"unnamed_0" VARCHAR -- Unnamed: 0,
"ex" VARCHAR,
"unnamed_2" VARCHAR -- Unnamed: 2
);Anyone who has the link will be able to view this.