Inital data card.
Browse files
README.md
CHANGED
@@ -1,3 +1,52 @@
|
|
1 |
-
---
|
2 |
-
license: pddl
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: pddl
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- fiction
|
7 |
+
pretty_name: Robot E Howard
|
8 |
+
size_categories:
|
9 |
+
- n<1K
|
10 |
+
---
|
11 |
+
|
12 |
+
# Dataset Card for Dataset Name
|
13 |
+
|
14 |
+
This is 94 fictional works written by Robert E Howard.
|
15 |
+
|
16 |
+
## Dataset Details
|
17 |
+
|
18 |
+
### Dataset Description
|
19 |
+
|
20 |
+
This is 94 fictional works written by Robert E Howard. It includes all the stories/novellas/novels I could find by Robert E Howard that are in the public domain, minus the Breckenridge Elkins stories. I didn't want the extreme dialect/slang in those to affect any models trained on this.
|
21 |
+
|
22 |
+
- **Curated by:** leftyfeep
|
23 |
+
- **Language(s) (NLP): en
|
24 |
+
- **License:** Public Domain
|
25 |
+
|
26 |
+
### Dataset Sources [optional]
|
27 |
+
|
28 |
+
Dataset created by pulling public domain text from gutenberg.org and wikisource.org, and then cleaning it up and merging it.
|
29 |
+
|
30 |
+
## Uses
|
31 |
+
|
32 |
+
Train an LLM
|
33 |
+
|
34 |
+
## Dataset Structure
|
35 |
+
|
36 |
+
It's just a text file of the full texts. Every individual story has a yaml-formatted header. And then stories are separated by <|endoftext|>. That's it.
|
37 |
+
|
38 |
+
[More Information Needed]
|
39 |
+
|
40 |
+
## Dataset Creation
|
41 |
+
|
42 |
+
### Curation Rationale
|
43 |
+
|
44 |
+
Every public domain Robert E. Howard story I could find, except for the Breckenridge Elkins ones. Those ones have a ton of slang and dialect that I wouldn't want creeping in to text generations.
|
45 |
+
|
46 |
+
### Source Data
|
47 |
+
|
48 |
+
Dataset created by pulling public domain text from gutenberg.org and wikisource.org, and then cleaning it up and merging it.
|
49 |
+
|
50 |
+
## Bias, Risks, and Limitations
|
51 |
+
|
52 |
+
Text generated with an LLM based on this might be too awesome.
|