Triangle104 commited on
Commit
d170384
·
verified ·
1 Parent(s): 6855d50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -13,6 +13,56 @@ 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
+ 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.
17
+
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
+
26
+ With the release of QwQ as the first high performing open-source
27
+ reasoning model that can be easily trained, it was clear that the
28
+ available instruct and creative writing reasoning datasets contains only
29
+ one response per example. This is type of single response dataset used
30
+ for training reasoning models causes degraded output quality in long
31
+ multi-turn chats. Which is why Arli AI decided to create a real RP model
32
+ capable of long multi-turn chat with reasoning.
33
+
34
+
35
+ In order to create RpR, we first had to actually create the reasoning
36
+ RP dataset by re-processing our existing known-good RPMax dataset into a
37
+ reasoning dataset. This was possible by using the base QwQ Instruct
38
+ model itself to create the reasoning process for every turn in the RPMax
39
+ dataset conversation examples, which is then further refined in order
40
+ to make sure the reasoning is in-line with the actual response examples
41
+ from the dataset.
42
+
43
+
44
+ Another important thing to get right is to make sure the model is
45
+ trained on examples that present reasoning blocks in the same way as it
46
+ encounters it during inference. Which is, never seeing the reasoning
47
+ blocks in it's context. In order to do this, the training run was
48
+ completed using axolotl with manual template-free segments dataset in
49
+ order to make sure that the model is never trained to see the reasoning
50
+ block in the context. Just like how the model will be used during
51
+ inference time.
52
+
53
+
54
+ The result of training QwQ on this dataset with this method are
55
+ consistently coherent and interesting outputs even in long multi-turn RP
56
+ chats. This is as far as we know the first true correctly-trained
57
+ reasoning model trained for RP and creative writing.
58
+
59
+
60
+ You can access the model at https://arliai.com and we also have a models ranking page at https://www.arliai.com/models-ranking
61
+
62
+
63
+ Ask questions in our new Discord Server https://discord.com/invite/t75KbPgwhk or on our subreddit https://www.reddit.com/r/ArliAI/
64
+
65
+ ---
66
  ## Use with llama.cpp
67
  Install llama.cpp through brew (works on Mac and Linux)
68