Update README.md
Browse files
README.md
CHANGED
@@ -12,41 +12,20 @@ base_model:
|
|
12 |
- ResplendentAI/Paradigm_7B
|
13 |
- jeiku/Re-Host_Limarp_Mistral
|
14 |
library_name: transformers
|
15 |
-
|
16 |
-
|
17 |
-
-
|
18 |
-
|
19 |
---
|
20 |
-
#
|
21 |
-
|
22 |
-
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
23 |
-
|
24 |
-
## Merge Details
|
25 |
-
### Merge Method
|
26 |
|
27 |
-
|
28 |
|
29 |
-
|
30 |
|
31 |
-
|
32 |
-
* [ResplendentAI/Paradigm_7B](https://huggingface.co/ResplendentAI/Paradigm_7B) + [jeiku/selfbot_256_mistral](https://huggingface.co/jeiku/selfbot_256_mistral)
|
33 |
-
* [ResplendentAI/Paradigm_7B](https://huggingface.co/ResplendentAI/Paradigm_7B) + [jeiku/Theory_of_Mind_Mistral](https://huggingface.co/jeiku/Theory_of_Mind_Mistral)
|
34 |
-
* [ResplendentAI/Paradigm_7B](https://huggingface.co/ResplendentAI/Paradigm_7B) + [jeiku/Alpaca_NSFW_Shuffled_Mistral](https://huggingface.co/jeiku/Alpaca_NSFW_Shuffled_Mistral)
|
35 |
-
* [ResplendentAI/Paradigm_7B](https://huggingface.co/ResplendentAI/Paradigm_7B) + [jeiku/Luna_LoRA_Mistral](https://huggingface.co/jeiku/Luna_LoRA_Mistral)
|
36 |
-
* [ResplendentAI/Paradigm_7B](https://huggingface.co/ResplendentAI/Paradigm_7B) + [jeiku/Re-Host_Limarp_Mistral](https://huggingface.co/jeiku/Re-Host_Limarp_Mistral)
|
37 |
|
38 |
-
|
39 |
|
40 |
-
|
41 |
|
42 |
-
|
43 |
-
models:
|
44 |
-
- model: ResplendentAI/Paradigm_7B+jeiku/selfbot_256_mistral
|
45 |
-
- model: ResplendentAI/Paradigm_7B+jeiku/Theory_of_Mind_Mistral
|
46 |
-
- model: ResplendentAI/Paradigm_7B+jeiku/Alpaca_NSFW_Shuffled_Mistral
|
47 |
-
- model: ResplendentAI/Paradigm_7B+jeiku/Luna_LoRA_Mistral
|
48 |
-
- model: ResplendentAI/Paradigm_7B+jeiku/Re-Host_Limarp_Mistral
|
49 |
-
merge_method: model_stock
|
50 |
-
base_model: ResplendentAI/Paradigm_7B
|
51 |
-
dtype: bfloat16
|
52 |
-
```
|
|
|
12 |
- ResplendentAI/Paradigm_7B
|
13 |
- jeiku/Re-Host_Limarp_Mistral
|
14 |
library_name: transformers
|
15 |
+
license: apache-2.0
|
16 |
+
language:
|
17 |
+
- en
|
|
|
18 |
---
|
19 |
+
# Aura v3
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/626dfb8786671a29c715f8a9/V_DYIcPMJ5_ijanQW_ap2.png)
|
22 |
|
23 |
+
Aura v3 is an improvement with a significantly more steerable writing style. Out of th box it will prefer poetic prose, but if instructed, it can adopt a more approachable style. This iteration has erotica, RP data and NSFW pairs to provide a more compliant mindset.
|
24 |
|
25 |
+
I recommend keeping the temperature around 1.5 or lower with a Min P value of 0.05. This model can get carried away with prose at higher temperature. I will say though that the prose of this model is distinct from the GPT 3.5/4 variant, and lends an air of humanity to the outputs. I am aware that this model is overfit, but that was the point of the entire exercise.
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
+
If you have trouble getting the model to follow an asterisks/quote format, I recommend asterisks/plaintext instead. This model skews toward shorter outputs, so be prepared to lengthen your introduction and examples if you want longer outputs.
|
28 |
|
29 |
+
This model responds best to ChatML for multiturn conversations.
|
30 |
|
31 |
+
This model, like all other Mistral based models, is compatible with a Mistral compatible mmproj file for multimodal vision capabilities in KoboldCPP.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|