grimjim commited on
Commit
b6db2df
1 Parent(s): a84ac38

Initial release

Browse files
.gitattributes CHANGED
@@ -4,6 +4,7 @@
4
  *.bz2 filter=lfs diff=lfs merge=lfs -text
5
  *.ckpt filter=lfs diff=lfs merge=lfs -text
6
  *.ftz filter=lfs diff=lfs merge=lfs -text
 
7
  *.gz filter=lfs diff=lfs merge=lfs -text
8
  *.h5 filter=lfs diff=lfs merge=lfs -text
9
  *.joblib filter=lfs diff=lfs merge=lfs -text
 
4
  *.bz2 filter=lfs diff=lfs merge=lfs -text
5
  *.ckpt filter=lfs diff=lfs merge=lfs -text
6
  *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gguf filter=lfs diff=lfs merge=lfs -text
8
  *.gz filter=lfs diff=lfs merge=lfs -text
9
  *.h5 filter=lfs diff=lfs merge=lfs -text
10
  *.joblib filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,81 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
2
  license: cc-by-nc-4.0
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model:
3
+ - openlynn/Llama-3-Soliloquy-8B-v2
4
+ - grimjim/llama-3-Nephilim-v1-8B
5
+ - grimjim/Llama-3-Instruct-8B-SPPO-Iter3-SimPO-merge
6
+ - grimjim/llama-3-aaditya-OpenBioLLM-8B
7
+ - tokyotech-llm/Llama-3-Swallow-8B-Instruct-v0.1
8
+ - MLP-KTLim/llama-3-Korean-Bllossom-8B
9
+ library_name: transformers
10
+ tags:
11
+ - mergekit
12
+ - merge
13
  license: cc-by-nc-4.0
14
+ pipeline_tag: text-generation
15
  ---
16
+ # grimjim/llama-3-Nephilim-v2.1-8B-GGUF
17
+
18
+ This repo contains select GGUF quants of a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
19
+
20
+ Will bf16 weights are [available here](https://huggingface.co/grimjim/llama-3-Nephilim-v2.1-8B).
21
+
22
+ Unorthodox contributions to this merge include a biomedical model, a roleplay-focused model, a Japanese language model, and a Korean language model; the original base model was an abliterated model combined with a cybersecurity model. A merger of two recent preference optimization models was also included to shore up reasoning, with the expectation that overall good reasoning and coherence will contribute to narrative flow. Roleplay text generation appears to be easily steered toward emotionally intelligent characters. It should be noted that the vast majority of merge contributions (as measured by weight) were not intended for roleplay.
23
+
24
+ Tested with 8k context length, temperature=1, and minP=0.01 using Instruct prompts for Llama 3. Example Llama 3 presets can be [downloaded here](https://huggingface.co/debased-ai/SillyTavern-settings/tree/main/presets). Specifically, "Llama 3 Lukewarm Presets 8k context.json" corresponds to test settings.
25
+
26
+ Example context templates variants tested with Llama 3 can be [downloaded here](https://huggingface.co/debased-ai/SillyTavern-settings/tree/main/advanced_formatting/context_template); their corresponding Instruct prompts can be [downloaded here](https://huggingface.co/debased-ai/SillyTavern-settings/tree/main/advanced_formatting/instruct_mode). Specifically, the two "Llama 3 Instruct Safety.json" files correspond to test settings.
27
+
28
+ Care should be taken when using this model, as it is possible that harmful outputs may be generated. Given that this model is derivative, responsible use is further mandated by the [WhiteRabbitNeo Usage Restrictions Extension](https://huggingface.co/WhiteRabbitNeo/Llama-3-WhiteRabbitNeo-8B-v2.0) to the Llama-3 License. This model is further subject to CC-BY-NC-4.0 by default, meaning that commercial use is restricted, barring an alternative licensing agreement.
29
+
30
+ Built with Meta Llama 3.
31
+
32
+ ## Merge Details
33
+ ### Merge Method
34
+
35
+ This model was merged using the [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [grimjim/llama-3-Nephilim-v1-8B](https://huggingface.co/grimjim/llama-3-Nephilim-v1-8B) as a base.
36
+
37
+ ### Models Merged
38
+
39
+ The following models were included in the merge:
40
+ * [openlynn/Llama-3-Soliloquy-8B-v2](https://huggingface.co/openlynn/Llama-3-Soliloquy-8B-v2)
41
+ * [grimjim/Llama-3-Instruct-8B-SPPO-Iter3-SimPO-merge](https://huggingface.co/grimjim/Llama-3-Instruct-8B-SPPO-Iter3-SimPO-merge)
42
+ * [grimjim/llama-3-aaditya-OpenBioLLM-8B](https://huggingface.co/grimjim/llama-3-aaditya-OpenBioLLM-8B)
43
+ * [tokyotech-llm/Llama-3-Swallow-8B-Instruct-v0.1](https://huggingface.co/tokyotech-llm/Llama-3-Swallow-8B-Instruct-v0.1)
44
+ * [MLP-KTLim/llama-3-Korean-Bllossom-8B](https://huggingface.co/MLP-KTLim/llama-3-Korean-Bllossom-8B)
45
+
46
+ ### Configuration
47
+
48
+ The following YAML configuration was used to produce this model:
49
+
50
+ ```yaml
51
+ base_model: grimjim/llama-3-Nephilim-v1-8B
52
+ dtype: bfloat16
53
+ merge_method: task_arithmetic
54
+ parameters:
55
+ normalize: false
56
+ slices:
57
+ - sources:
58
+ - layer_range: [0, 32]
59
+ model: grimjim/llama-3-Nephilim-v1-8B
60
+ - layer_range: [0, 32]
61
+ model: grimjim/Llama-3-Instruct-8B-SPPO-Iter3-SimPO-merge
62
+ parameters:
63
+ weight: 0.62
64
+ - layer_range: [0, 32]
65
+ model: openlynn/Llama-3-Soliloquy-8B-v2
66
+ parameters:
67
+ weight: 0.03
68
+ - layer_range: [0, 32]
69
+ model: tokyotech-llm/Llama-3-Swallow-8B-Instruct-v0.1
70
+ parameters:
71
+ weight: 0.2
72
+ - layer_range: [0, 32]
73
+ model: MLP-KTLim/llama-3-Korean-Bllossom-8B
74
+ parameters:
75
+ weight: 0.001
76
+ - layer_range: [0, 32]
77
+ model: grimjim/llama-3-aaditya-OpenBioLLM-8B
78
+ parameters:
79
+ weight: 0.03
80
+
81
+ ```
llama-3-Nephilim-v2.1-8B.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51dbb37a71be02d2839373a885269ab6385e192ffe8ec620b012b1cfe292004c
3
+ size 4920733952
llama-3-Nephilim-v2.1-8B.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8d2409a583f28908b91b3d39a84ff2354fe2e49ad0b57d27fc5258e6aa8e926
3
+ size 5732987136
llama-3-Nephilim-v2.1-8B.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90c1da6196abb3219009bd9c3aad42e25bba4a20799f0d3d5a72a695558b4580
3
+ size 6596006144
llama-3-Nephilim-v2.1-8B.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2259747b6242b0b8787e8b44ad3c86045b7f82f071d863938ad02b0265e5ef6b
3
+ size 8540770560