aashish1904 commited on
Commit
22338ca
1 Parent(s): cbb9236

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ base_model:
5
+ - unsloth/Meta-Llama-3.1-8B
6
+ - Replete-AI/Replete-LLM-V2-Llama-3.1-8b
7
+ - bunnycore/Synesthesia-3.1-task_arithmetic
8
+ - bunnycore/HyperLlama-3.1-8B
9
+ - Dampfinchen/Llama-3.1-8B-Ultra-Instruct
10
+ - bunnycore/MegaHyperLlama3.1
11
+ - Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2
12
+ - bunnycore/HyperLexi-8B-breadcrumbs
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/LLama-3.1-Hyper-Stock-GGUF
24
+ This is quantized version of [bunnycore/LLama-3.1-Hyper-Stock](https://huggingface.co/bunnycore/LLama-3.1-Hyper-Stock) 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/Synesthesia-3.1-task_arithmetic](https://huggingface.co/bunnycore/Synesthesia-3.1-task_arithmetic)
42
+ * [bunnycore/HyperLlama-3.1-8B](https://huggingface.co/bunnycore/HyperLlama-3.1-8B)
43
+ * [Dampfinchen/Llama-3.1-8B-Ultra-Instruct](https://huggingface.co/Dampfinchen/Llama-3.1-8B-Ultra-Instruct)
44
+ * [bunnycore/MegaHyperLlama3.1](https://huggingface.co/bunnycore/MegaHyperLlama3.1)
45
+ * [Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2](https://huggingface.co/Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2)
46
+ * [bunnycore/HyperLexi-8B-breadcrumbs](https://huggingface.co/bunnycore/HyperLexi-8B-breadcrumbs)
47
+
48
+ ### Configuration
49
+
50
+ The following YAML configuration was used to produce this model:
51
+
52
+ ```yaml
53
+ models:
54
+ - model: Replete-AI/Replete-LLM-V2-Llama-3.1-8b
55
+ - model: Dampfinchen/Llama-3.1-8B-Ultra-Instruct
56
+ - model: Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2
57
+ - model: bunnycore/HyperLlama-3.1-8B
58
+ - model: bunnycore/HyperLexi-8B-breadcrumbs
59
+ - model: bunnycore/MegaHyperLlama3.1
60
+ - model: bunnycore/Synesthesia-3.1-task_arithmetic
61
+ merge_method: model_stock
62
+ base_model: unsloth/Meta-Llama-3.1-8B
63
+ dtype: bfloat16
64
+
65
+ ```
66
+