Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,50 @@ thumbnail: https://cdn-uploads.huggingface.co/production/uploads/6625f4a8a8d1362
|
|
13 |
This model was converted to GGUF format from [`ArliAI/QwQ-32B-ArliAI-RpR-v3`](https://huggingface.co/ArliAI/QwQ-32B-ArliAI-RpR-v3) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
14 |
Refer to the [original model card](https://huggingface.co/ArliAI/QwQ-32B-ArliAI-RpR-v3) for more details on the model.
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Use with llama.cpp
|
17 |
Install llama.cpp through brew (works on Mac and Linux)
|
18 |
|
|
|
13 |
This model was converted to GGUF format from [`ArliAI/QwQ-32B-ArliAI-RpR-v3`](https://huggingface.co/ArliAI/QwQ-32B-ArliAI-RpR-v3) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
14 |
Refer to the [original model card](https://huggingface.co/ArliAI/QwQ-32B-ArliAI-RpR-v3) for more details on the model.
|
15 |
|
16 |
+
---
|
17 |
+
RpR (RolePlay with Reasoning) is a new series of models from ArliAI. This series builds directly upon the successful dataset curation methodology and training methods developed for the RPMax series.
|
18 |
+
|
19 |
+
RpR models use the same curated, deduplicated RP and creative writing
|
20 |
+
dataset used for RPMax, with a focus on variety to ensure high
|
21 |
+
creativity and minimize cross-context repetition. Users familiar with
|
22 |
+
RPMax will recognize the unique, non-repetitive writing style unlike
|
23 |
+
other finetuned-for-RP models.
|
24 |
+
|
25 |
+
With the release of QwQ as the first high performing open-source
|
26 |
+
reasoning model that can be easily trained, it was clear that the
|
27 |
+
available instruct and creative writing reasoning datasets contains only
|
28 |
+
one response per example. This is type of single response dataset used
|
29 |
+
for training reasoning models causes degraded output quality in long
|
30 |
+
multi-turn chats. Which is why Arli AI decided to create a real RP model
|
31 |
+
capable of long multi-turn chat with reasoning.
|
32 |
+
|
33 |
+
In order to create RpR, we first had to actually create the reasoning
|
34 |
+
RP dataset by re-processing our existing known-good RPMax dataset into a
|
35 |
+
reasoning dataset. This was possible by using the base QwQ Instruct
|
36 |
+
model itself to create the reasoning process for every turn in the RPMax
|
37 |
+
dataset conversation examples, which is then further refined in order
|
38 |
+
to make sure the reasoning is in-line with the actual response examples
|
39 |
+
from the dataset.
|
40 |
+
|
41 |
+
Another important thing to get right is to make sure the model is
|
42 |
+
trained on examples that present reasoning blocks in the same way as it
|
43 |
+
encounters it during inference. Which is, never seeing the reasoning
|
44 |
+
blocks in it's context. In order to do this, the training run was
|
45 |
+
completed using axolotl with manual template-free segments dataset in
|
46 |
+
order to make sure that the model is never trained to see the reasoning
|
47 |
+
block in the context. Just like how the model will be used during
|
48 |
+
inference time.
|
49 |
+
|
50 |
+
The result of training QwQ on this dataset with this method are
|
51 |
+
consistently coherent and interesting outputs even in long multi-turn RP
|
52 |
+
chats. This is as far as we know the first true correctly-trained
|
53 |
+
reasoning model trained for RP and creative writing.
|
54 |
+
|
55 |
+
You can access the model at https://arliai.com and we also have a models ranking page at https://www.arliai.com/models-ranking
|
56 |
+
|
57 |
+
Ask questions in our new Discord Server https://discord.com/invite/t75KbPgwhk or on our subreddit https://www.reddit.com/r/ArliAI/
|
58 |
+
|
59 |
+
---
|
60 |
## Use with llama.cpp
|
61 |
Install llama.cpp through brew (works on Mac and Linux)
|
62 |
|