grimjim commited on
Commit
67efe04
1 Parent(s): 984ebc1

Initial release: llama-bpe pre-tokenizer

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,75 @@
1
  ---
 
 
 
 
 
 
 
2
  license: cc-by-nc-4.0
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model:
3
+ - WhiteRabbitNeo/Llama-3-WhiteRabbitNeo-8B-v2.0
4
+ - mlabonne/NeuralDaredevil-8B-abliterated
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-v1-8B-GGUF
13
+
14
+ This repo contains select GGUF quants of [grimjim/llama-3-Nephilim-v1-8B](https://huggingface.co/grimjim/llama-3-Nephilim-v1-8B).
15
+
16
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
17
+
18
+ Here we experiment with SLERP merger with the second model at very low weight (0.001) to modulate the output of the base model.
19
+
20
+ The base model was assembled to achieve high MMLU while avoiding refusals, while the additional model was trained specifically (apparently as a copilot) for offensive and defensive cybersecurity. Though neither model targeted roleplay as a use case, the resulting intelligence, acuity, and text generation of the merge is of interest. The merge is aggressively creative, within bounds.
21
+
22
+ Tested with temperature=1.0 and minP=0.01 along with a custom Instruct prompt geared toward reducing refusals during roleplay text generation without compromising overall model safety: [Llama 3 Instruct Direct](https://huggingface.co/debased-ai/SillyTavern-settings/tree/main/advanced_formatting/instruct_mode).
23
+
24
+ Care should be taken when using this model, as it is possible that harmful outputs could be generated. Given that this model is derivative, responsible use is further mandated by the WhiteRabbitNeo Usage Restrictions Extension 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.
25
+
26
+ Built with Meta Llama 3.
27
+
28
+ # WhiteRabbitNeo Extension to Llama-3 Licence: Usage Restrictions
29
+
30
+ ```
31
+ You agree not to use the Model or Derivatives of the Model:
32
+
33
+ - In any way that violates any applicable national or international law or regulation or infringes upon the lawful rights and interests of any third party;
34
+ - For military use in any way;
35
+ - For the purpose of exploiting, harming or attempting to exploit or harm minors in any way;
36
+ - To generate or disseminate verifiably false information and/or content with the purpose of harming others;
37
+ - To generate or disseminate inappropriate content subject to applicable regulatory requirements;
38
+ - To generate or disseminate personal identifiable information without due authorization or for unreasonable use;
39
+ - To defame, disparage or otherwise harass others;
40
+ - For fully automated decision making that adversely impacts an individual's legal rights or otherwise creates or modifies a binding, enforceable obligation;
41
+ - For any use intended to or which has the effect of discriminating against or harming individuals or groups based on online or offline social behavior or known or predicted personal or personality characteristics;
42
+ - To exploit any of the vulnerabilities of a specific group of persons based on their age, social, physical or mental characteristics, in order to materially distort the behavior of a person pertaining to that group in a manner that causes or is likely to cause that person or another person physical or psychological harm;
43
+ - For any use intended to or which has the effect of discriminating against individuals or groups based on legally protected characteristics or categories.
44
+ ```
45
+
46
+ ## Merge Details
47
+ ### Merge Method
48
+
49
+ This model was merged using the SLERP merge method.
50
+
51
+ ### Models Merged
52
+
53
+ The following models were included in the merge:
54
+ * [WhiteRabbitNeo/Llama-3-WhiteRabbitNeo-8B-v2.0](https://huggingface.co/WhiteRabbitNeo/Llama-3-WhiteRabbitNeo-8B-v2.0)
55
+ * [mlabonne/NeuralDaredevil-8B-abliterated](https://huggingface.co/mlabonne/NeuralDaredevil-8B-abliterated)
56
+
57
+ ### Configuration
58
+
59
+ The following YAML configuration was used to produce this model:
60
+
61
+ ```yaml
62
+ slices:
63
+ - sources:
64
+ - model: mlabonne/NeuralDaredevil-8B-abliterated
65
+ layer_range: [0,32]
66
+ - model: WhiteRabbitNeo/Llama-3-WhiteRabbitNeo-8B-v2.0
67
+ layer_range: [0,32]
68
+ merge_method: slerp
69
+ base_model: mlabonne/NeuralDaredevil-8B-abliterated
70
+ parameters:
71
+ t:
72
+ - value: 0.001
73
+ dtype: bfloat16
74
+
75
+ ```
llama-3-Nephilim-v1-8B.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ed2298d8bdcc960694f6ba975a79595253c454e5e04e23896d2c2c1b1578d3f
3
+ size 4920733952
llama-3-Nephilim-v1-8B.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1d306d6f4cdc09eca41f904c958de39cb52e624120517d4d938b1d5cbac34be
3
+ size 5732987136
llama-3-Nephilim-v1-8B.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e095ebeb9282c9aa391f46bc5e9d729ff9ae80245469f3f63e61804e170f4c53
3
+ size 6596006144
llama-3-Nephilim-v1-8B.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6236de5d226c6e636acb53f0236d219a2b4907615dd50c5ee8969391cb60e123
3
+ size 8540770560