Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,51 @@ task_categories:
|
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
tags:
|
| 8 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
size_categories:
|
| 10 |
- 10K<n<100K
|
| 11 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
tags:
|
| 8 |
+
- shakespeare
|
| 9 |
+
- literature
|
| 10 |
+
- poetry
|
| 11 |
+
- sonnets
|
| 12 |
+
- plays
|
| 13 |
+
- fine-tuning
|
| 14 |
+
- llm-training
|
| 15 |
size_categories:
|
| 16 |
- 10K<n<100K
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# Shakespeare Complete Works Dataset 📜
|
| 20 |
+
|
| 21 |
+
A comprehensive collection of William Shakespeare's complete works, prepared for fine-tuning language models. This dataset was used to train [TinyLlama Shakespeare](https://huggingface.co/Akash-nath29/tinyllamashakespeare).
|
| 22 |
+
|
| 23 |
+
## Dataset Details
|
| 24 |
+
|
| 25 |
+
### Dataset Description
|
| 26 |
+
|
| 27 |
+
This dataset contains Shakespeare's complete literary works including sonnets, plays, and poems. The text has been cleaned and formatted for use in training causal language models.
|
| 28 |
+
|
| 29 |
+
- **Curated by:** [Akash Nath](https://github.com/Akash-nath29)
|
| 30 |
+
- **Language(s):** English (Early Modern English)
|
| 31 |
+
- **License:** MIT (Shakespeare's works are public domain)
|
| 32 |
+
- **Total Lines:** ~42,000
|
| 33 |
+
|
| 34 |
+
### Dataset Sources
|
| 35 |
+
|
| 36 |
+
- **Repository:** [https://github.com/Akash-nath29/TinyLlamaShakespeare](https://github.com/Akash-nath29/TinyLlamaShakespeare)
|
| 37 |
+
|
| 38 |
+
## Uses
|
| 39 |
+
|
| 40 |
+
### Direct Use
|
| 41 |
+
|
| 42 |
+
- Fine-tuning language models to generate Shakespearean-style text
|
| 43 |
+
- Training text generation models on classical literature
|
| 44 |
+
- Educational purposes for studying Shakespeare's writing style
|
| 45 |
+
- NLP research on historical English text
|
| 46 |
+
|
| 47 |
+
### Out-of-Scope Use
|
| 48 |
+
|
| 49 |
+
- Not suitable for factual question answering
|
| 50 |
+
- Not intended for modern English language tasks
|
| 51 |
+
- Should not be used for tasks requiring contemporary language understanding
|
| 52 |
+
|
| 53 |
+
## Dataset Structure
|
| 54 |
+
|
| 55 |
+
The dataset is a single text file containing line-by-line text from Shakespeare's works:
|