Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-generation
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pretty_name: TESTING CORPUS
|
7 |
+
size_categories:
|
8 |
+
- 1M<n<10M
|
9 |
+
---
|
10 |
+
TRAINING_CORPUS.txt:
|
11 |
+
|
12 |
+
The TRAINING_CORPUS is the collection of 12 books (The modern Prometheus, The liar of the white worm by bram Stoker, The Vampyre; a Tale, Nightmare Abbey; by Thomas Love Peacock', The History of Caliph Vathek by William Beckford The Lock and Key Library :Classic Mystery and Detectives Stories: Old Time, Caleb Williams; Or,Things as they are by William Godwin , The Private Memoirs and confessions of a justified sinner, Confessions of an English Opium Eater, The mysteries of udolpho, Wieland;Or,The Transformation: An American Tale by Charles Brocken Brown, The Castle of Otranto) which contains 1051518 Words and 6002980 characters from Project Gutenberg(https://www.gutenberg.org/), of the GOTHIC FICTION Genre. This text is fed as input to the PROJECT_GUTENBERG_GOTHIC_FICTION_TEXT_GENERATION_gpt2 model to perform the Text-Generation to get the Gothic Fiction style outputs.
|
13 |
+
|
14 |
+
TESTING_CORPPUS.txt
|
15 |
+
|
16 |
+
The TESTING_CORPPUS is the random text manually picked from the TRAINING_CORPPUS to evaluate the model.
|