Lewdiculous commited on
Commit
675b5b5
1 Parent(s): ef282df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -4
README.md CHANGED
@@ -1,9 +1,82 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
3
  ---
4
- Testing quants for [**nbeerbower/llama-3-Stheno-Mahou-8B**](https://huggingface.co/nbeerbower/llama-3-Stheno-Mahou-8B).
5
 
6
- Once confirmed working and performace is evaluated this will converted to a proper card, with the appropriate waifu image to show it's stable.
7
 
8
- For some reason uploads right now for me are **terribly slow**, something might be broken in the platform. <br>
9
- The other quants will come when it's working again.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ inference: false
6
+ tags:
7
+ - roleplay
8
+ - llama3
9
+ - sillytavern
10
  ---
 
11
 
12
+ # #roleplay #sillytavern #llama3
13
 
14
+ My GGUF-IQ-Imatrix quants for [**nbeerbower/llama-3-Stheno-Mahou-8B**](https://huggingface.co/nbeerbower/llama-3-Stheno-Mahou-8B).
15
+
16
+ "A potential precious hidden gem, will you polish this rough diamond?"
17
+
18
+ > [!IMPORTANT]
19
+ > **Quantization process:** <br>
20
+ > For future reference, these quants have been done after the fixes from [**#6920**](https://github.com/ggerganov/llama.cpp/pull/6920) have been merged. <br>
21
+ > Imatrix data was generated from the FP16-GGUF and the final conversions used BF16-GGUF for the quantization process. <br>
22
+ > This was a bit more disk and compute intensive but hopefully avoided any losses during conversion. <br>
23
+ > If you noticed any issues let me know in the discussions.
24
+
25
+ > [!NOTE]
26
+ > **General usage:** <br>
27
+ > Use the latest version of **KoboldCpp**. <br>
28
+ > Remember that you can also use `--flashattention` on KoboldCpp now even with non-RTX cards for reduced VRAM usage. <br>
29
+ > For **8GB VRAM** GPUs, I recommend the **Q4_K_M-imat** quant for up to 12288 context sizes. <br>
30
+ > For **12GB VRAM** GPUs, the **Q5_K_M-imat** quant will give you a great size/quality balance. <br>
31
+ >
32
+ > **Resources:** <br>
33
+ > You can find out more about how each quant stacks up against each other and their types [**here**](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9) and [**here**](https://rentry.org/llama-cpp-quants-or-fine-ill-do-it-myself-then-pt-2), respectively.
34
+ >
35
+ > **Presets:** <br>
36
+ > Some compatible SillyTavern presets can be found [**here (Virt's Roleplay Presets)**](https://huggingface.co/Virt-io/SillyTavern-Presets). <br>
37
+ <!-- > Check [**discussions such as this one**](https://huggingface.co/Virt-io/SillyTavern-Presets/discussions/5#664d6fb87c563d4d95151baa) for other recommendations and samplers.
38
+ -->
39
+
40
+ > [!TIP]
41
+ > **Personal-support:** <br>
42
+ > I apologize for disrupting your experience. <br>
43
+ > Currently I'm working on moving for a better internet provider. <br>
44
+ > If you **want** and you are **able to**... <br>
45
+ > You can [**spare some change over here (Ko-fi)**](https://ko-fi.com/Lewdiculous). <br>
46
+ >
47
+ > **Author-support:** <br>
48
+ > You can support the author [**at their own page**](https://huggingface.co/Nitral-AI).
49
+
50
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65d4cf2693a0a3744a27536c/mhMDEV-VH2cbHvThdZA0T.png)
51
+
52
+ ## **Original model text information:**
53
+
54
+ # llama-3-Stheno-Mahou-8B
55
+
56
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
57
+
58
+ ## Merge Details
59
+ ### Merge Method
60
+
61
+ This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [flammenai/Mahou-1.2-llama3-8B](https://huggingface.co/flammenai/Mahou-1.2-llama3-8B) as a base.
62
+
63
+ ### Models Merged
64
+
65
+ The following models were included in the merge:
66
+ * [flammenai/Mahou-1.1-llama3-8B](https://huggingface.co/flammenai/Mahou-1.1-llama3-8B)
67
+ * [Sao10K/L3-8B-Stheno-v3.1](https://huggingface.co/Sao10K/L3-8B-Stheno-v3.1)
68
+
69
+ ### Configuration
70
+
71
+ The following YAML configuration was used to produce this model:
72
+
73
+ ```yaml
74
+ models:
75
+ - model: flammenai/Mahou-1.1-llama3-8B
76
+ - model: Sao10K/L3-8B-Stheno-v3.1
77
+ merge_method: model_stock
78
+ base_model: flammenai/Mahou-1.2-llama3-8B
79
+ dtype: bfloat16
80
+
81
+
82
+ ```