afrideva commited on
Commit
f008ccc
1 Parent(s): f6b8bdb

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
+ base_model: Locutusque/Llama-3-Yggdrasil-8B
3
+ inference: true
4
+ library_name: transformers
5
+ license: llama3
6
+ model_creator: Locutusque
7
+ model_name: Llama-3-Yggdrasil-8B
8
+ pipeline_tag: text-generation
9
+ quantized_by: afrideva
10
+ tags:
11
+ - mergekit
12
+ - merge
13
+ - gguf
14
+ - ggml
15
+ - quantized
16
+ ---
17
+
18
+ # Llama-3-Yggdrasil-8B-GGUF
19
+
20
+ Quantized GGUF model files for [Llama-3-Yggdrasil-8B](https://huggingface.co/Locutusque/Llama-3-Yggdrasil-8B) from [Locutusque](https://huggingface.co/Locutusque)
21
+
22
+ ## Original Model Card:
23
+
24
+ # merge
25
+
26
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
27
+
28
+ ## Merge Details
29
+ ### Merge Method
30
+
31
+ This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [NousResearch/Meta-Llama-3-8B](https://huggingface.co/NousResearch/Meta-Llama-3-8B) as a base.
32
+
33
+ ### Models Merged
34
+
35
+ The following models were included in the merge:
36
+ * [NousResearch/Meta-Llama-3-8B-Instruct](https://huggingface.co/NousResearch/Meta-Llama-3-8B-Instruct)
37
+ * [Locutusque/Llama-3-Hercules-5.0-8B](https://huggingface.co/Locutusque/Llama-3-Hercules-5.0-8B)
38
+ * [Locutusque/llama-3-neural-chat-v2.2-8b](https://huggingface.co/Locutusque/llama-3-neural-chat-v2.2-8b)
39
+
40
+ ### Configuration
41
+
42
+ The following YAML configuration was used to produce this model:
43
+
44
+ ```yaml
45
+ models:
46
+ - model: NousResearch/Meta-Llama-3-8B
47
+ # No parameters necessary for base model
48
+ - model: NousResearch/Meta-Llama-3-8B-Instruct
49
+ parameters:
50
+ density: 0.6
51
+ weight: 0.55
52
+ - model: Locutusque/llama-3-neural-chat-v2.2-8b
53
+ parameters:
54
+ density: 0.55
55
+ weight: 0.45
56
+ - model: Locutusque/Llama-3-Hercules-5.0-8B
57
+ parameters:
58
+ density: 0.57
59
+ weight: 0.5
60
+ merge_method: dare_ties
61
+ base_model: NousResearch/Meta-Llama-3-8B
62
+ parameters:
63
+ int8_mask: true
64
+ dtype: bfloat16
65
+
66
+ ```