Upload /README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -29,6 +29,7 @@ Models for **(steerable) story-writing and role-playing**.
|
|
29 |
- [**Opus V1 prompting guide**](https://dreamgen.com/docs/models/opus/v1) with many (interactive) examples and prompts that you can copy.
|
30 |
- [**Google Colab**](https://colab.research.google.com/drive/1J178fH6IdQOXNi-Njgdacf5QgAxsdT20?usp=sharing) for interactive role-play using `opus-v1.2-7b`.
|
31 |
- [Python code](example/prompt/format.py) to format the prompt correctly.
|
|
|
32 |
|
33 |
<img src="/dreamgen/opus-v1.2-7b/resolve/main/images/story_writing.webp" alt="story writing on dreamgen.com" style="
|
34 |
padding: 12px;
|
@@ -155,10 +156,6 @@ You can run the models on [dreamgen.com](https://dreamgen.com) for free — you
|
|
155 |
- **GGUF** / **Ooba**:
|
156 |
- The tokenization might be messed up. Some users reported that `<|im_start|>` and `<|im_end|>` are tokenized as multiple tokens.
|
157 |
|
158 |
-
## Community
|
159 |
-
|
160 |
-
Join the DreamGen community on [**Discord**](https://dreamgen.com/discord) to get early access to new models.
|
161 |
-
|
162 |
## License
|
163 |
|
164 |
- This model is intended for personal use only, other use is not permitted.
|
|
|
29 |
- [**Opus V1 prompting guide**](https://dreamgen.com/docs/models/opus/v1) with many (interactive) examples and prompts that you can copy.
|
30 |
- [**Google Colab**](https://colab.research.google.com/drive/1J178fH6IdQOXNi-Njgdacf5QgAxsdT20?usp=sharing) for interactive role-play using `opus-v1.2-7b`.
|
31 |
- [Python code](example/prompt/format.py) to format the prompt correctly.
|
32 |
+
- Join the community on [**Discord**](https://dreamgen.com/discord) to get early access to new models.
|
33 |
|
34 |
<img src="/dreamgen/opus-v1.2-7b/resolve/main/images/story_writing.webp" alt="story writing on dreamgen.com" style="
|
35 |
padding: 12px;
|
|
|
156 |
- **GGUF** / **Ooba**:
|
157 |
- The tokenization might be messed up. Some users reported that `<|im_start|>` and `<|im_end|>` are tokenized as multiple tokens.
|
158 |
|
|
|
|
|
|
|
|
|
159 |
## License
|
160 |
|
161 |
- This model is intended for personal use only, other use is not permitted.
|