mrseeker87
commited on
Commit
·
45d7cf7
1
Parent(s):
c2039f7
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,12 @@ Fairseq-dense 13B-Nerys is a finetune created using Fairseq's MoE dense model.
|
|
8 |
## Training data
|
9 |
The training data contains around 2500 ebooks in various genres (the "Pike" dataset), a CYOA dataset called "CYS" and 50 Asian "Light Novels" (the "Manga-v1" dataset).
|
10 |
Most parts of the dataset have been prepended using the following text: `[Genre: <genre1>, <genre2>]`
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
### How to use
|
12 |
You can use this model directly with a pipeline for text generation. This example generates a different sequence each time it's run:
|
13 |
```py
|
|
|
8 |
## Training data
|
9 |
The training data contains around 2500 ebooks in various genres (the "Pike" dataset), a CYOA dataset called "CYS" and 50 Asian "Light Novels" (the "Manga-v1" dataset).
|
10 |
Most parts of the dataset have been prepended using the following text: `[Genre: <genre1>, <genre2>]`
|
11 |
+
|
12 |
+
## Revision changes:
|
13 |
+
- Removed all headers
|
14 |
+
- Removed all whitespaces
|
15 |
+
- Some reshuffling of data
|
16 |
+
|
17 |
### How to use
|
18 |
You can use this model directly with a pipeline for text generation. This example generates a different sequence each time it's run:
|
19 |
```py
|