SnakyMcSnekFace
commited on
Commit
•
1aaaa24
1
Parent(s):
adfd91d
Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,6 @@ language:
|
|
5 |
pipeline_tag: text-generation
|
6 |
inference: false
|
7 |
tags:
|
8 |
-
- pytorch
|
9 |
- storywriting
|
10 |
- finetuned
|
11 |
- not-for-all-audiences
|
@@ -37,7 +36,7 @@ The Adventure Mode is still work in progress, and will be added later.
|
|
37 |
|
38 |
### Model Description
|
39 |
|
40 |
-
The model behaves similarly to `LLaMA2-13B-Psyfighter2`, which it was derived from. Please [see the README.md here](https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2/blob/main/README.md) to learn more.
|
41 |
|
42 |
This model was fine-tuned on ~55 MiB of free-form text, containing stories focused around the vore theme. As a result, it has a strong vorny bias.
|
43 |
|
@@ -61,9 +60,9 @@ The easiest way to try out the model is [Koboldcpp Colab Notebook](https://colab
|
|
61 |
|
62 |
### Faraday
|
63 |
|
64 |
-
Another convenient way to use the model is [Faraday.dev](https://faraday.dev/) application, which allows you to run the model locally on your computer. You'll need a graphics card with at least 8GB VRAM to use
|
65 |
|
66 |
-
Download the [Psyfighter2-13B-
|
67 |
|
68 |
### Others
|
69 |
|
|
|
5 |
pipeline_tag: text-generation
|
6 |
inference: false
|
7 |
tags:
|
|
|
8 |
- storywriting
|
9 |
- finetuned
|
10 |
- not-for-all-audiences
|
|
|
36 |
|
37 |
### Model Description
|
38 |
|
39 |
+
The model behaves similarly to `KoboldAI/LLaMA2-13B-Psyfighter2`, which it was derived from. Please [see the README.md here](https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2/blob/main/README.md) to learn more.
|
40 |
|
41 |
This model was fine-tuned on ~55 MiB of free-form text, containing stories focused around the vore theme. As a result, it has a strong vorny bias.
|
42 |
|
|
|
60 |
|
61 |
### Faraday
|
62 |
|
63 |
+
Another convenient way to use the model is [Faraday.dev](https://faraday.dev/) application, which allows you to run the model locally on your computer. You'll need a graphics card with at least 8GB VRAM to use `Q4_K_M` version comfortably, and 16GB VRAM for `Q8_0`. (`Q4_K_M` version is smaller and faster, `Q8_0` is slower but more coherent.)
|
64 |
|
65 |
+
Download the [Psyfighter2-13B-vore.Q4_K_M.gguf](https://huggingface.co/SnakyMcSnekFace/Psyfighter2-13B-vore-GGUF/resolve/main/Psyfighter2-13B-vore.Q4_K_M.gguf) or [Psyfighter2-13B-vore.Q8_0.gguf](https://huggingface.co/SnakyMcSnekFace/Psyfighter2-13B-vore-GGUF/resolve/main/Psyfighter2-13B-vore.Q8_0.gguf) file into `%appdata%\faraday\models` folder on your computer. The model should appear in `Manage Models` menu under `Downloaded Models`. You can then select it in your character card or set it as a default model.
|
66 |
|
67 |
### Others
|
68 |
|