Lewdiculous commited on
Commit
f522d62
1 Parent(s): 75740df

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - mistral
5
+ - quantized
6
+ - text-generation-inference
7
+ pipeline_tag: text-generation
8
+ inference: false
9
+ ---
10
+ **GGUF quantizations for [ChaoticNeutrals/Prima-LelantaclesV5-7b](https://huggingface.co/ChaoticNeutrals/Prima-LelantaclesV5-7b).**
11
+
12
+ *If you want any specific quantization to be added, feel free to ask.*
13
+
14
+ All credits belong to the respective creators.
15
+
16
+ `Base⇢ GGUF(F16)⇢ GGUF(Quants)`
17
+
18
+ Using [llama.cpp](https://github.com/ggerganov/llama.cpp/)-b2222. **No --imatrix was used.**
19
+
20
+ # Original model information:
21
+
22
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/iZWd2VINrrl-ToMoD9ZUp.png)
23
+
24
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/_AugGaelWylUuIIDmYOXG.jpeg)
25
+
26
+ https://huggingface.co/ChaoticNeutrals/Prima-LelantaclesV5-7b/tree/main/ST%20presets
27
+
28
+ This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method.
29
+
30
+ The following models were included in the merge:
31
+ * [Test157t/Pasta-Lake-7b](https://huggingface.co/Test157t/Pasta-Lake-7b) + [Test157t/Prima-LelantaclesV4-7b-16k](https://huggingface.co/Test157t/Prima-LelantaclesV4-7b-16k)
32
+
33
+ ### Configuration
34
+
35
+ The following YAML configuration was used to produce this model:
36
+
37
+ ```yaml
38
+ merge_method: dare_ties
39
+ base_model: Test157t/Prima-LelantaclesV4-7b-16k
40
+ parameters:
41
+ normalize: true
42
+ models:
43
+ - model: Test157t/Pasta-Lake-7b
44
+ parameters:
45
+ weight: 1
46
+ - model: Test157t/Prima-LelantaclesV4-7b-16k
47
+ parameters:
48
+ weight: 1
49
+ dtype: float16
50
+
51
+ ```