munish0838 commited on
Commit
531d181
1 Parent(s): 30a7957

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: bluuwhale/L3-SthenoMaidBlackroot-8B-V1
3
+ library_name: transformers
4
+ tags:
5
+ - mergekit
6
+ - merge
7
+ pipeline_tag: text-generation
8
+ ---
9
+
10
+ # QuantFactory/L3-SthenoMaidBlackroot-8B-V1-GGUF
11
+ This is quatnized version of [bluuwhale/L3-SthenoMaidBlackroot-8B-V1](https://huggingface.co/bluuwhale/L3-SthenoMaidBlackroot-8B-V1) created using llama.cpp
12
+
13
+ # Model Description
14
+
15
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
16
+
17
+ ### Merge Method
18
+
19
+ This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [Sao10K/L3-8B-Stheno-v3.2](https://huggingface.co/Sao10K/L3-8B-Stheno-v3.2) as a base.
20
+
21
+ ### Models Merged
22
+
23
+ The following models were included in the merge:
24
+ * [Hastagaras/Jamet-8B-L3-MK.V-Blackroot](https://huggingface.co/Hastagaras/Jamet-8B-L3-MK.V-Blackroot)
25
+ * [NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS](https://huggingface.co/NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS)
26
+
27
+ ### Configuration
28
+
29
+ The following YAML configuration was used to produce this model:
30
+
31
+ ```yaml
32
+
33
+ models:
34
+ - model: Sao10K/L3-8B-Stheno-v3.2
35
+ - model: NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS
36
+ - model: Hastagaras/Jamet-8B-L3-MK.V-Blackroot
37
+ merge_method: model_stock
38
+ base_model: Sao10K/L3-8B-Stheno-v3.2
39
+ dtype: float16
40
+
41
+ ```