mrseeker87
commited on
Commit
•
db18ba1
1
Parent(s):
0dbf675
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ license: other
|
|
4 |
commercial: no
|
5 |
inference: false
|
6 |
---
|
7 |
-
# OPT
|
8 |
## Model description
|
9 |
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.**
|
10 |
|
@@ -23,7 +23,7 @@ The dataset uses `[Genre: <comma-separated list of genres>]` for tagging.
|
|
23 |
You can use this model directly with a pipeline for text generation. This example generates a different sequence each time it's run:
|
24 |
```py
|
25 |
>>> from transformers import pipeline
|
26 |
-
>>> generator = pipeline('text-generation', model='KoboldAI/OPT-
|
27 |
>>> generator("Welcome Captain Janeway, I apologize for the delay.", do_sample=True, min_length=50)
|
28 |
[{'generated_text': 'Welcome Captain Janeway, I apologize for the delay."\nIt's all right," Janeway said. "I'm certain that you're doing your best to keep me informed of what\'s going on."'}]
|
29 |
```
|
@@ -32,7 +32,7 @@ You can use this model directly with a pipeline for text generation. This exampl
|
|
32 |
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!**
|
33 |
|
34 |
### License
|
35 |
-
OPT-
|
36 |
|
37 |
### BibTeX entry and citation info
|
38 |
```
|
|
|
4 |
commercial: no
|
5 |
inference: false
|
6 |
---
|
7 |
+
# OPT 6.7B - Erebus
|
8 |
## Model description
|
9 |
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.**
|
10 |
|
|
|
23 |
You can use this model directly with a pipeline for text generation. This example generates a different sequence each time it's run:
|
24 |
```py
|
25 |
>>> from transformers import pipeline
|
26 |
+
>>> generator = pipeline('text-generation', model='KoboldAI/OPT-6.7B-Erebus')
|
27 |
>>> generator("Welcome Captain Janeway, I apologize for the delay.", do_sample=True, min_length=50)
|
28 |
[{'generated_text': 'Welcome Captain Janeway, I apologize for the delay."\nIt's all right," Janeway said. "I'm certain that you're doing your best to keep me informed of what\'s going on."'}]
|
29 |
```
|
|
|
32 |
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!**
|
33 |
|
34 |
### License
|
35 |
+
OPT-6.7B is licensed under the OPT-175B license, Copyright (c) Meta Platforms, Inc. All Rights Reserved.
|
36 |
|
37 |
### BibTeX entry and citation info
|
38 |
```
|