aashish1904 commited on
Commit
4f12165
1 Parent(s): b47f7a2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ base_model:
5
+ - Replete-AI/Replete-LLM-V2-Llama-3.1-8b
6
+ - bunnycore/HyperLexi-8B-breadcrumbs
7
+ - mlabonne/Hermes-3-Llama-3.1-8B-lorablated
8
+ - Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2
9
+ - rityak/L3.1-IFEvalStock-8B
10
+ - vicgalle/Configurable-Llama-3.1-8B-Instruct
11
+ - unsloth/Meta-Llama-3.1-8B
12
+ - bunnycore/LLama-3.1-Hyper-Stock
13
+ library_name: transformers
14
+ tags:
15
+ - mergekit
16
+ - merge
17
+
18
+
19
+ ---
20
+
21
+ ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)
22
+
23
+ # QuantFactory/StockLLama-3.1-8B-GGUF
24
+ This is quantized version of [bunnycore/StockLLama-3.1-8B](https://huggingface.co/bunnycore/StockLLama-3.1-8B) created using llama.cpp
25
+
26
+ # Original Model Card
27
+
28
+ # merge
29
+
30
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
31
+
32
+ ## Merge Details
33
+ ### Merge Method
34
+
35
+ This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [unsloth/Meta-Llama-3.1-8B](https://huggingface.co/unsloth/Meta-Llama-3.1-8B) as a base.
36
+
37
+ ### Models Merged
38
+
39
+ The following models were included in the merge:
40
+ * [Replete-AI/Replete-LLM-V2-Llama-3.1-8b](https://huggingface.co/Replete-AI/Replete-LLM-V2-Llama-3.1-8b)
41
+ * [bunnycore/HyperLexi-8B-breadcrumbs](https://huggingface.co/bunnycore/HyperLexi-8B-breadcrumbs)
42
+ * [mlabonne/Hermes-3-Llama-3.1-8B-lorablated](https://huggingface.co/mlabonne/Hermes-3-Llama-3.1-8B-lorablated)
43
+ * [Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2](https://huggingface.co/Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2)
44
+ * [rityak/L3.1-IFEvalStock-8B](https://huggingface.co/rityak/L3.1-IFEvalStock-8B)
45
+ * [vicgalle/Configurable-Llama-3.1-8B-Instruct](https://huggingface.co/vicgalle/Configurable-Llama-3.1-8B-Instruct)
46
+ * [bunnycore/LLama-3.1-Hyper-Stock](https://huggingface.co/bunnycore/LLama-3.1-Hyper-Stock)
47
+
48
+ ### Configuration
49
+
50
+ The following YAML configuration was used to produce this model:
51
+
52
+ ```yaml
53
+
54
+ models:
55
+ - model: vicgalle/Configurable-Llama-3.1-8B-Instruct
56
+ - model: mlabonne/Hermes-3-Llama-3.1-8B-lorablated
57
+ - model: Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2
58
+ - model: bunnycore/LLama-3.1-Hyper-Stock
59
+ - model: bunnycore/HyperLexi-8B-breadcrumbs
60
+ - model: Replete-AI/Replete-LLM-V2-Llama-3.1-8b
61
+ - model: rityak/L3.1-IFEvalStock-8B
62
+ merge_method: model_stock
63
+ base_model: unsloth/Meta-Llama-3.1-8B
64
+ dtype: bfloat16
65
+
66
+ ```
67
+