OwenArli commited on
Commit
8c0d9fb
·
verified ·
1 Parent(s): cb4c345

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -3
README.md CHANGED
@@ -1,3 +1,66 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ # Qwen2.5-32B-ArliAI-RPMax-v1.3
5
+
6
+ =====================================
7
+
8
+ ## RPMax Series Overview
9
+
10
+ v1.1 = [2B](https://huggingface.co/ArliAI/Gemma-2-2B-ArliAI-RPMax-v1.1) | [3.8B](https://huggingface.co/ArliAI/Phi-3.5-mini-3.8B-ArliAI-RPMax-v1.1) | [8B](https://huggingface.co/ArliAI/Llama-3.1-8B-ArliAI-RPMax-v1.1) | [9B](https://huggingface.co/ArliAI/Gemma-2-9B-ArliAI-RPMax-v1.1) | [12B](https://huggingface.co/ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.1) | [20B](https://huggingface.co/ArliAI/InternLM2_5-20B-ArliAI-RPMax-v1.1) | [22B](https://huggingface.co/ArliAI/Mistral-Small-22B-ArliAI-RPMax-v1.1) | [70B](https://huggingface.co/ArliAI/Llama-3.1-70B-ArliAI-RPMax-v1.1)
11
+
12
+ v1.2 = [8B](https://huggingface.co/ArliAI/Llama-3.1-8B-ArliAI-RPMax-v1.2) | [12B](https://huggingface.co/ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.2) | [70B](https://huggingface.co/ArliAI/Llama-3.1-70B-ArliAI-RPMax-v1.2)
13
+
14
+ v1.3 = [32B](https://huggingface.co/ArliAI/Qwen2.5-32B-ArliAI-RPMax-v1.3)
15
+
16
+ RPMax is a series of models that are trained on a diverse set of curated creative writing and RP datasets with a focus on variety and deduplication. This model is designed to be highly creative and non-repetitive by making sure no two entries in the dataset have repeated characters or situations, which makes sure the model does not latch on to a certain personality and be capable of understanding and acting appropriately to any characters or situations.
17
+
18
+ Many RPMax users mentioned that these models does not feel like any other RP models, having a different writing style and generally doesn't feel in-bred.
19
+
20
+ You can access the model at https://arliai.com and we also have a models ranking page at https://www.arliai.com/models-ranking
21
+
22
+ Ask questions in our new Discord Server https://discord.com/invite/t75KbPgwhk or on our subreddit https://www.reddit.com/r/ArliAI/
23
+
24
+ ## Model Description
25
+
26
+ Qwen2.5-32B-ArliAI-RPMax-v1.3 is a variant made from the Qwen2.5-32B-Instruct model.
27
+
28
+ Let us know what you think of the model! The different parameter versions are based on different models, so they might all behave slightly differently in their own way.
29
+
30
+ v1.3 updated models are trained with updated software and configs such as the updated transformers library that fixes the gradient checkpointing bug which should help the model learn better.
31
+ This version also uses RSLORA+ for training which helps the model learn even better.
32
+
33
+ ### Specs
34
+
35
+ * **Context Length**: 128K
36
+ * **Parameters**: 32B
37
+
38
+ ### Training Details
39
+
40
+ * **Sequence Length**: 8192
41
+ * **Training Duration**: Approximately 3 days on 2x3090Ti
42
+ * **Epochs**: 1 epoch training for minimized repetition sickness
43
+ * **RS-QLORA+**: 64-rank 64-alpha, resulting in ~2% trainable weights
44
+ * **Learning Rate**: 0.00001
45
+ * **Gradient accumulation**: Very low 32 for better learning.
46
+
47
+ ## Quantization
48
+
49
+ The model is available in quantized formats:
50
+
51
+ * **FP16**: https://huggingface.co/ArliAI/Qwen2.5-32B-ArliAI-RPMax-v1.3
52
+ * **GGUF**: https://huggingface.co/ArliAI/Qwen2.5-32B-ArliAI-RPMax-v1.3-GGUF
53
+
54
+ ## Suggested Prompt Format
55
+
56
+ ChatML Chat Format
57
+
58
+ ```
59
+ <|im_start|>system
60
+ Provide some context and/or instructions to the model.
61
+ <|im_end|>
62
+ <|im_start|>user
63
+ The user’s message goes here
64
+ <|im_end|>
65
+ <|im_start|>assistant
66
+ ```