aashish1904 commited on
Commit
b6ec44d
·
verified ·
1 Parent(s): 5330cfc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ license: gemma
5
+
6
+ ---
7
+
8
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
9
+
10
+
11
+ # QuantFactory/Gemma-2-2B-ArliAI-RPMax-v1.1-GGUF
12
+ This is quantized version of [ArliAI/Gemma-2-2B-ArliAI-RPMax-v1.1](https://huggingface.co/ArliAI/Gemma-2-2B-ArliAI-RPMax-v1.1) created using llama.cpp
13
+
14
+ # Original Model Card
15
+
16
+ # Gemma-2-2B-ArliAI-RPMax-v1.1
17
+ =====================================
18
+
19
+ ## RPMax Series Overview
20
+
21
+ | [2B](https://huggingface.co/ArliAI/Gemma-2-2B-ArliAI-RPMax-v1.1) |
22
+ [3.8B](https://huggingface.co/ArliAI/Phi-3.5-mini-3.8B-ArliAI-RPMax-v1.1) |
23
+ [8B](https://huggingface.co/ArliAI/Llama-3.1-8B-ArliAI-RPMax-v1.1) |
24
+ [9B](https://huggingface.co/ArliAI/Gemma-2-9B-ArliAI-RPMax-v1.1) |
25
+ [12B](https://huggingface.co/ArliAI/Mistral-Nemo-12B-ArliAI-RPMax-v1.1) |
26
+ [20B](https://huggingface.co/ArliAI/InternLM_2_5-20B-ArliAI-RPMax-v1.1) |
27
+ [70B](https://huggingface.co/ArliAI/Llama-3.1-70B-ArliAI-RPMax-v1.1) |
28
+
29
+ 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.
30
+
31
+ Early tests by users mentioned that these models does not feel like any other RP models, having a different style and generally doesn't feel in-bred.
32
+
33
+ You can access the models at https://arliai.com and ask questions at https://www.reddit.com/r/ArliAI/
34
+
35
+ We also have a models ranking page at https://www.arliai.com/models-ranking
36
+
37
+ Ask questions in our new Discord Server! https://discord.gg/aDVx6FZN
38
+
39
+ ## Model Description
40
+
41
+ Gemma-2-2B-ArliAI-RPMax-v1.1 is a variant based on gemma-22b-it.
42
+
43
+ ### Training Details
44
+
45
+ * **Sequence Length**: 4096
46
+ * **Training Duration**: Approximately less than 1 day on 2x3090Ti
47
+ * **Epochs**: 1 epoch training for minimized repetition sickness
48
+ * **QLORA**: 64-rank 128-alpha, resulting in ~2% trainable weights
49
+ * **Learning Rate**: 0.00001
50
+ * **Gradient accumulation**: Very low 32 for better learning.
51
+
52
+ ## Quantization
53
+
54
+ The model is available in quantized formats:
55
+
56
+ * **FP16**: https://huggingface.co/ArliAI/Gemma-2-2B-ArliAI-RPMax-v1.1
57
+ * **GPTQ_Q4**: https://huggingface.co/ArliAI/Gemma-2-2B-ArliAI-RPMax-v1.1-GPTQ_Q4
58
+ * **GPTQ_Q8**: https://huggingface.co/ArliAI/Gemma-2-2B-ArliAI-RPMax-v1.1-GPTQ_Q8
59
+ * **GGUF**: https://huggingface.co/ArliAI/Gemma-2-2B-ArliAI-RPMax-v1.1-GGUF
60
+
61
+
62
+ ## Suggested Prompt Format
63
+
64
+ Gemma Instruct Prompt Format
65
+
66
+ Since Gemma does not have system prompts, put the character descriptions in the first turn like on Mistral models.
67
+
68
+ It is trained with ```<instructions>``` and ```<end_of_instructions>``` that enclose the system prompt in the first user message.
69
+
70
+ ```
71
+ <bos><start_of_turn>user
72
+ <instructions>You are a (character description)<end_of_instructions>\n\nHello!<end_of_turn>
73
+ <start_of_turn>model
74
+ ```
75
+