aashish1904 commited on
Commit
448f6c5
1 Parent(s): 2b91f75

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ base_model:
5
+ - refuelai/Llama-3-Refueled
6
+ - bunnycore/Llama-3.1-8B-OmniMatrix
7
+ - grimjim/Llama-3-Instruct-abliteration-LoRA-8B
8
+ - bunnycore/Llama-3.1-8B-OmniMatrix
9
+ - grimjim/Llama-3.1-SuperNova-Lite-lorabilterated-8B
10
+ - bunnycore/LLama-3.1-8B-HyperNova-abliteration
11
+ library_name: transformers
12
+ tags:
13
+ - mergekit
14
+ - merge
15
+
16
+
17
+ ---
18
+
19
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
20
+
21
+
22
+ # QuantFactory/Llama-3.1-8B-OmniMatrix-v2-GGUF
23
+ This is quantized version of [bunnycore/Llama-3.1-8B-OmniMatrix-v2](https://huggingface.co/bunnycore/Llama-3.1-8B-OmniMatrix-v2) created using llama.cpp
24
+
25
+ # Original Model Card
26
+
27
+ # merge
28
+
29
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
30
+
31
+ ## Merge Details
32
+ ### Merge Method
33
+
34
+ This model was merged using the [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [bunnycore/Llama-3.1-8B-OmniMatrix](https://huggingface.co/bunnycore/Llama-3.1-8B-OmniMatrix) + [grimjim/Llama-3-Instruct-abliteration-LoRA-8B](https://huggingface.co/grimjim/Llama-3-Instruct-abliteration-LoRA-8B) as a base.
35
+
36
+ ### Models Merged
37
+
38
+ The following models were included in the merge:
39
+ * [refuelai/Llama-3-Refueled](https://huggingface.co/refuelai/Llama-3-Refueled)
40
+ * [bunnycore/Llama-3.1-8B-OmniMatrix](https://huggingface.co/bunnycore/Llama-3.1-8B-OmniMatrix)
41
+ * [grimjim/Llama-3.1-SuperNova-Lite-lorabilterated-8B](https://huggingface.co/grimjim/Llama-3.1-SuperNova-Lite-lorabilterated-8B)
42
+ * [bunnycore/LLama-3.1-8B-HyperNova-abliteration](https://huggingface.co/bunnycore/LLama-3.1-8B-HyperNova-abliteration)
43
+
44
+ ### Configuration
45
+
46
+ The following YAML configuration was used to produce this model:
47
+
48
+ ```yaml
49
+
50
+ models:
51
+ - model: grimjim/Llama-3.1-SuperNova-Lite-lorabilterated-8B
52
+ parameters:
53
+ weight: 1.0
54
+ - model: bunnycore/LLama-3.1-8B-HyperNova-abliteration
55
+ parameters:
56
+ weight: 1.0
57
+ - model: refuelai/Llama-3-Refueled
58
+ parameters:
59
+ weight: 1.0
60
+ - model: bunnycore/Llama-3.1-8B-OmniMatrix
61
+ parameters:
62
+ weight: 1.0
63
+
64
+ merge_method: task_arithmetic
65
+ base_model: bunnycore/Llama-3.1-8B-OmniMatrix+grimjim/Llama-3-Instruct-abliteration-LoRA-8B
66
+ parameters:
67
+ normalize: false
68
+ dtype: float16
69
+
70
+ ```
71
+