mrseeker87 commited on
Commit
df6988e
1 Parent(s): d5dbe23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -1
README.md CHANGED
@@ -1,3 +1,47 @@
1
  ---
2
- license: unknown
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: en
3
+ license: apache-2.0
4
  ---
5
+
6
+ # GPT-NeoX-20B-Erebus
7
+ ## Model description
8
+ This is the second generation of the original Shinen made by Mr. Seeker. The full dataset consists of 6 different sources, all surrounding the "Adult" theme. The name "Erebus" comes from the greek mythology, also named "darkness". This is in line with Shin'en, or "deep abyss". For inquiries, please contact the KoboldAI community. **Warning: THIS model is NOT suitable for use by minors. The model will output X-rated content.**
9
+
10
+ ## Training procedure
11
+ GPT-NeoX-20B-Erebus was trained on a TPUv4-256 TPU pod using a heavily modified version of Ben Wang's Mesh Transformer JAX library, the original version of which was used by EleutherAI to train their GPT-J-6B model. The training hyperparameters and statistics can be found [here](https://wandb.ai/ve-forbryderne/skein-20b?workspace=user-ve-forbryderne).
12
+
13
+ ## Training data
14
+ The data can be divided in 6 different datasets:
15
+ - Literotica (everything with 4.5/5 or higher)
16
+ - Sexstories (everything with 90 or higher)
17
+ - Dataset-G (private dataset of X-rated stories)
18
+ - Doc's Lab (all stories)
19
+ - Pike Dataset (novels with "adult" rating)
20
+ - SoFurry (collection of various animals)
21
+ The dataset uses `[Genre: <comma-separated list of genres>]` for tagging.
22
+
23
+ ## Limitations and biases
24
+ Based on known problems with NLP technology, potential relevant factors include bias (gender, profession, race and religion). **Warning: This model has a very strong NSFW bias!**
25
+
26
+ ## Citation details
27
+ The GPT-NeoX-20B model weights:
28
+ ```bibtex
29
+ @inproceedings{gpt-neox-20b,
30
+ title={{GPT-NeoX-20B}: An Open-Source Autoregressive Language Model},
31
+ author={Black, Sid and Biderman, Stella and Hallahan, Eric and Anthony, Quentin and Gao, Leo and Golding, Laurence and He, Horace and Leahy, Connor and McDonell, Kyle and Phang, Jason and Pieler, Michael and Prashanth, USVSN Sai and Purohit, Shivanshu and Reynolds, Laria and Tow, Jonathan and Wang, Ben and Weinbach, Samuel},
32
+ booktitle={Proceedings of the ACL Workshop on Challenges \& Perspectives in Creating Large Language Models},
33
+ url={https://arxiv.org/abs/2204.06745},
34
+ year={2022}
35
+ }
36
+ ```
37
+
38
+ The Mesh Transformer JAX library:
39
+ ```bibtex
40
+ @misc{mesh-transformer-jax,
41
+ author = {Wang, Ben},
42
+ title = {{Mesh-Transformer-JAX: Model-Parallel Implementation of Transformer Language Model with JAX}},
43
+ howpublished = {\url{https://github.com/kingoflolz/mesh-transformer-jax}},
44
+ year = 2021,
45
+ month = May
46
+ }
47
+ ```