AquaV commited on
Commit
8933627
·
1 Parent(s): bf90d1f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ I believe this was trained on the dataset available at https://huggingface.co/datasets/Amo/FimFic_Omega_V3. The dataset comprises user-generated stories inspired by the "My Little Pony: Friendship is Magic" series.
2
+
3
+ I'm not the original creator of the model however based on the training data the format for the prompts might be:
4
+
5
+ ```
6
+ <|startoftext|>
7
+ [tags: author: (author name), character: (character name), character: (character name), genre: (genre), series: (series name) warning: (content warnings)]
8
+ ***
9
+ CHAPTER: (chapter name)
10
+ {Cursor here}
11
+ ```
12
+ I am uncertain if "<|startoftext|>" should be included.
13
+ Here are two examples from the training data:
14
+ ```
15
+ <|startoftext|>
16
+ [tags: author: device heretic, character: Other, character: Princess Celestia, character: Twilight Sparkle, genre: Sad, genre: Slice of Life, genre: Tragedy, series: My Little Pony: Friendship is Magic ]
17
+ ***
18
+ CHAPTER: The Underlying Truth
19
+ {Cursor here}
20
+ ```
21
+ ```
22
+ <|startoftext|>
23
+ [tags: author: Bloodline Spike, character: Cutie Mark Crusaders, character: Main 6, character: Princess Celestia, character: Princess Luna, character: Spike, genre: Adventure, genre: Dark, genre: Romance, genre: Sad, genre: Tragedy, series: My Little Pony: Friendship is Magic, warning: Gore ]
24
+ ***
25
+ CHAPTER: Chapter 1 Entering the Medallion
26
+ {Cursor here}
27
+ ```
28
+
29
+ As I am just an archiver of this model, I may not be able to provide further support or solve issues you encounter while using it.