grimjim commited on
Commit
9d21e09
1 Parent(s): 1ea42ca

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,56 @@
1
  ---
 
 
 
 
 
 
 
2
  license: cc-by-nc-4.0
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model:
3
+ - grimjim/Llama-3-Instruct-8B-SPPO-Iter3-SimPO-merge
4
+ - tokyotech-llm/Llama-3-Swallow-8B-Instruct-v0.1
5
+ library_name: transformers
6
+ tags:
7
+ - mergekit
8
+ - merge
9
  license: cc-by-nc-4.0
10
+ pipeline_tag: text-generation
11
  ---
12
+ # llama-3-Nephilim-v3-8B-GGUF
13
+
14
+ This repo contains select GGUF quants of a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
15
+
16
+ Although none of the components of this merge were trained for roleplay nor intended for it, the model can be used effectively in that role.
17
+
18
+ Tested with temperature 1 and minP 0.01. This model leans toward being creative, so adjust temperature upward or downward as desired.
19
+
20
+ There are initial format consistency issues with the merged model, but this can be mitigated in an Instruct prompt. Additionally, promptsteering was employed to vary the text generation output to avoid some of the common failings observed during text generation with Llama 3 8B models. The complete Instruct prompt used during testing is available below.
21
+
22
+ - [context template](https://huggingface.co/debased-ai/SillyTavern-settings/blob/main/advanced_formatting/context_template/Llama%203%20Instruct%20Immersed2.json)
23
+ - [instruct prompt](https://huggingface.co/debased-ai/SillyTavern-settings/blob/main/advanced_formatting/instruct_mode/Llama%203%20Instruct%20Immersed2.json)
24
+
25
+ Built with Meta Llama 3.
26
+
27
+ ## Merge Details
28
+ ### Merge Method
29
+
30
+ This model was merged using the [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [grimjim/Llama-3-Instruct-8B-SPPO-Iter3-SimPO-merge](https://huggingface.co/grimjim/Llama-3-Instruct-8B-SPPO-Iter3-SimPO-merge) as a base.
31
+
32
+ ### Models Merged
33
+
34
+ The following models were included in the merge:
35
+ * [tokyotech-llm/Llama-3-Swallow-8B-Instruct-v0.1](https://huggingface.co/tokyotech-llm/Llama-3-Swallow-8B-Instruct-v0.1)
36
+
37
+ ### Configuration
38
+
39
+ The following YAML configuration was used to produce this model:
40
+
41
+ ```yaml
42
+ base_model: grimjim/Llama-3-Instruct-8B-SPPO-Iter3-SimPO-merge
43
+ dtype: bfloat16
44
+ merge_method: task_arithmetic
45
+ parameters:
46
+ normalize: false
47
+ slices:
48
+ - sources:
49
+ - layer_range: [0, 32]
50
+ model: grimjim/Llama-3-Instruct-8B-SPPO-Iter3-SimPO-merge
51
+ - layer_range: [0, 32]
52
+ model: tokyotech-llm/Llama-3-Swallow-8B-Instruct-v0.1
53
+ parameters:
54
+ weight: 0.1
55
+
56
+ ```
llama-3-Nephilim-v3-8B.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b85fa1a08b78075b7921c97bd82494e6c7580eb23f33daac3e67b55e3084d9a
3
+ size 4920734016
llama-3-Nephilim-v3-8B.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20592b60e001adbae4e47345835e0ebd32a80f212eb196b716c8534669e94be3
3
+ size 5732987200
llama-3-Nephilim-v3-8B.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eb4737c4083a63766df3bdfdf05e20929cbd0154b0352d087c457b191491ef0
3
+ size 6596006208
llama-3-Nephilim-v3-8B.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35cf3a713d7f439eb61af4c0cf33c859f993c138af09230daa3c96f8ee121ce5
3
+ size 8540770624