Alephrin commited on
Commit
caceb55
1 Parent(s): b8f544b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
 
2
  license: other
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: en
3
  license: other
4
+ commercial: no
5
+ inference: false
6
  ---
7
+ # OPT 13B - Nerybus Test
8
+ ## Model description
9
+ This is a merged (50/50) model of both Erebus 13B and Nerys V2 13B by Mr. Seeker. **Warning: THIS model is NOT suitable for use by minors. The model will output X-rated content.**
10
+
11
+ ## Information:
12
+ For more information, check out the two source models:
13
+ - https://huggingface.co/KoboldAI/OPT-13B-Erebus
14
+ - https://huggingface.co/KoboldAI/OPT-13B-Nerys-v2
15
+
16
+ ## Limitations and biases
17
+ 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!**
18
+
19
+ ### License
20
+ OPT-13B is licensed under the OPT-175B license, Copyright (c) Meta Platforms, Inc. All Rights Reserved.
21
+
22
+ ### BibTeX entry and citation info
23
+ ```
24
+ @misc{zhang2022opt,
25
+ title={OPT: Open Pre-trained Transformer Language Models},
26
+ author={Susan Zhang and Stephen Roller and Naman Goyal and Mikel Artetxe and Moya Chen and Shuohui Chen and Christopher Dewan and Mona Diab and Xian Li and Xi Victoria Lin and Todor Mihaylov and Myle Ott and Sam Shleifer and Kurt Shuster and Daniel Simig and Punit Singh Koura and Anjali Sridhar and Tianlu Wang and Luke Zettlemoyer},
27
+ year={2022},
28
+ eprint={2205.01068},
29
+ archivePrefix={arXiv},
30
+ primaryClass={cs.CL}
31
+ }
32
+ ```