munish0838 commited on
Commit
fef6595
1 Parent(s): 1b47351

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-SthenoMaid-8B-V1-GGUF
11
+ This is quantized 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 Details
18
+ ### Merge Method
19
+
20
+ 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.
21
+
22
+ ### Models Merged
23
+
24
+ The following models were included in the merge:
25
+ * [Hastagaras/Jamet-8B-L3-MK.V-Blackroot](https://huggingface.co/Hastagaras/Jamet-8B-L3-MK.V-Blackroot)
26
+ * [NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS](https://huggingface.co/NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS)
27
+
28
+ ### Configuration
29
+
30
+ The following YAML configuration was used to produce this model:
31
+
32
+ ```yaml
33
+
34
+ models:
35
+ - model: Sao10K/L3-8B-Stheno-v3.2
36
+ - model: NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS
37
+ - model: Hastagaras/Jamet-8B-L3-MK.V-Blackroot
38
+ merge_method: model_stock
39
+ base_model: Sao10K/L3-8B-Stheno-v3.2
40
+ dtype: float16
41
+
42
+ ```