Lewdiculous commited on
Commit
318978a
1 Parent(s): 2e636ff

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ language:
5
+ - en
6
+ tags:
7
+ - gguf
8
+ - quantized
9
+ - roleplay
10
+ - imatrix
11
+ - mistral
12
+ - merge
13
+ inference: false
14
+ base_model:
15
+ - ResplendentAI/Datura_7B
16
+ - ChaoticNeutrals/Eris_Floramix_DPO_7B
17
+ ---
18
+
19
+ This repository hosts GGUF-Imatrix quantizations for [Endevor/InfinityRP-v1-7B](https://huggingface.co/Endevor/InfinityRP-v1-7B).
20
+ ```
21
+ Base⇢ GGUF(F16)⇢ Imatrix-Data(F16)⇢ GGUF(Imatrix-Quants)
22
+ ```
23
+
24
+ ```python
25
+ quantization_options = [
26
+ "Q4_K_M", "IQ4_XS", "Q5_K_M", "Q5_K_S", "Q6_K",
27
+ "Q8_0", "IQ3_M", "IQ3_S", "IQ3_XXS"
28
+ ]
29
+ ```
30
+
31
+ If you want anything that's not here or another model, feel free to request.
32
+
33
+ **This is experimental.**
34
+
35
+ For imatrix data generation, kalomaze's `groups_merged.txt` with added roleplay chats was used, you can find it [here](https://huggingface.co/Lewdiculous/Datura_7B-GGUF-Imatrix/blob/main/imatrix-with-rp-format-data.txt).
36
+
37
+ **Alt-image:**
38
+
39
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/65d4cf2693a0a3744a27536c/CS8ltMyem_KeoSSVuuAdx.jpeg)
40
+
41
+ **Original model information:**
42
+
43
+ # BuRP
44
+
45
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/626dfb8786671a29c715f8a9/RsiscU77BoQSzDUJkLtYc.jpeg)
46
+
47
+ So you want a model that can do it all? You've been dying to RP with a superintelligence who never refuses your advances while sticking to your strange and oddly specific dialogue format?
48
+
49
+ Well, look no further because BuRP is the model you need.
50
+
51
+ ### Configuration
52
+
53
+ The following YAML configuration was used to produce this model:
54
+
55
+ ```yaml
56
+ slices:
57
+ - sources:
58
+ - model: ErisLaylaSLERP
59
+ layer_range: [0, 32]
60
+ - model: ParadigmInfinitySLERP
61
+ layer_range: [0, 32]
62
+ merge_method: slerp
63
+ base_model: ParadigmInfinitySLERP
64
+ parameters:
65
+ t:
66
+ - filter: self_attn
67
+ value: [0, 0.5, 0.3, 0.7, 1]
68
+ - filter: mlp
69
+ value: [1, 0.5, 0.7, 0.3, 0]
70
+ - value: 0.5
71
+ dtype: bfloat16
72
+ ```