aashish1904 commited on
Commit
d3a7793
1 Parent(s): 9a1c8a2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ base_model:
5
+ - unsloth/Meta-Llama-3.1-8B
6
+ - bunnycore/HyperLlama-3.1-8B
7
+ - bunnycore/HyperLLama3.1-Mix-8B
8
+ library_name: transformers
9
+ tags:
10
+ - mergekit
11
+ - merge
12
+
13
+
14
+ ---
15
+
16
+ ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)
17
+
18
+ # QuantFactory/MegaHyperLlama3.1-GGUF
19
+ This is quantized version of [bunnycore/MegaHyperLlama3.1](https://huggingface.co/bunnycore/MegaHyperLlama3.1) created using llama.cpp
20
+
21
+ # Original Model Card
22
+
23
+ # merge
24
+
25
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
26
+
27
+ ## Merge Details
28
+ ### Merge Method
29
+
30
+ This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [unsloth/Meta-Llama-3.1-8B](https://huggingface.co/unsloth/Meta-Llama-3.1-8B) as a base.
31
+
32
+ ### Models Merged
33
+
34
+ The following models were included in the merge:
35
+ * [bunnycore/HyperLlama-3.1-8B](https://huggingface.co/bunnycore/HyperLlama-3.1-8B)
36
+ * [bunnycore/HyperLLama3.1-Mix-8B](https://huggingface.co/bunnycore/HyperLLama3.1-Mix-8B)
37
+
38
+ ### Configuration
39
+
40
+ The following YAML configuration was used to produce this model:
41
+
42
+ ```yaml
43
+ models:
44
+ - model: bunnycore/HyperLLama3.1-Mix-8B
45
+ parameters:
46
+ density: 0.5
47
+ weight: 0.5
48
+ - model: bunnycore/HyperLlama-3.1-8B
49
+ parameters:
50
+ density: 0.5
51
+ weight: 0.5
52
+
53
+ merge_method: ties
54
+ base_model: unsloth/Meta-Llama-3.1-8B
55
+ parameters:
56
+ normalize: false
57
+ int8_mask: true
58
+ dtype: float16
59
+ ```
60
+