Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,10 @@ This is 94 fictional works written by Robert E Howard.
|
|
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
|
@@ -33,7 +37,7 @@ Train an LLM
|
|
33 |
|
34 |
## Dataset Structure
|
35 |
|
36 |
-
|
37 |
|
38 |
[More Information Needed]
|
39 |
|
|
|
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 |
+
This second version of the dataset is to more closely match the style of the "chosen" (read: original from the book) texts in [gutenberg-dpo-v0.1](https://huggingface.co/datasets/jondurbin/gutenberg-dpo-v0.1)
|
23 |
+
|
24 |
+
At some point, I will update and release a third version, maybe as a second dataset, that fully matches the schema of gutenberg-dpo-v0.1.
|
25 |
+
|
26 |
- **Curated by:** leftyfeep
|
27 |
- **Language(s) (NLP): en
|
28 |
- **License:** Public Domain
|
|
|
37 |
|
38 |
## Dataset Structure
|
39 |
|
40 |
+
Each story, novella, or novel was split into chunks by switching all the scene breaks to chapter breaks, then splitting by chapter. Then each chunk had all newline characters removed to have each one on one line, then <|endoftext|> separating lines.
|
41 |
|
42 |
[More Information Needed]
|
43 |
|