aashish1904 commited on
Commit
d41cbdb
1 Parent(s): 3202fcc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ base_model:
5
+ - grimjim/Llama-3-Instruct-8B-SPPO-Iter3-SimPO-merge
6
+ - tokyotech-llm/Llama-3-Swallow-8B-Instruct-v0.1
7
+ library_name: transformers
8
+ tags:
9
+ - mergekit
10
+ - merge
11
+ license: cc-by-nc-4.0
12
+ pipeline_tag: text-generation
13
+
14
+ ---
15
+
16
+ ![](https://cdn.discordapp.com/attachments/791342238541152306/1264099835221381251/image.png?ex=669ca436&is=669b52b6&hm=129f56187c31e1ed22cbd1bcdbc677a2baeea5090761d2f1a458c8b1ec7cca4b&)
17
+
18
+ # QuantFactory/llama-3-Nephilim-v3-8B-GGUF
19
+ This is quantized version of [grimjim/llama-3-Nephilim-v3-8B](https://huggingface.co/grimjim/llama-3-Nephilim-v3-8B) created using llama.cpp
20
+
21
+ # Original Model Card
22
+
23
+ # llama-3-Nephilim-v3-8B
24
+
25
+ This repo contains a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
26
+
27
+ GGUF quants are [here](https://huggingface.co/grimjim/llama-3-Nephilim-v3-8B-GGUF).
28
+
29
+ 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.
30
+
31
+ Tested with temperature 1 and minP 0.01. This model leans toward being creative, so adjust temperature upward or downward as desired.
32
+
33
+ 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.
34
+
35
+ - [context template](https://huggingface.co/debased-ai/SillyTavern-settings/blob/main/advanced_formatting/context_template/Llama%203%20Instruct%20Immersed2.json)
36
+ - [instruct prompt](https://huggingface.co/debased-ai/SillyTavern-settings/blob/main/advanced_formatting/instruct_mode/Llama%203%20Instruct%20Immersed2.json)
37
+
38
+ Built with Meta Llama 3.
39
+
40
+ ## Merge Details
41
+ ### Merge Method
42
+
43
+ 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.
44
+
45
+ ### Models Merged
46
+
47
+ The following models were included in the merge:
48
+ * [tokyotech-llm/Llama-3-Swallow-8B-Instruct-v0.1](https://huggingface.co/tokyotech-llm/Llama-3-Swallow-8B-Instruct-v0.1)
49
+
50
+ ### Configuration
51
+
52
+ The following YAML configuration was used to produce this model:
53
+
54
+ ```yaml
55
+ base_model: grimjim/Llama-3-Instruct-8B-SPPO-Iter3-SimPO-merge
56
+ dtype: bfloat16
57
+ merge_method: task_arithmetic
58
+ parameters:
59
+ normalize: false
60
+ slices:
61
+ - sources:
62
+ - layer_range: [0, 32]
63
+ model: grimjim/Llama-3-Instruct-8B-SPPO-Iter3-SimPO-merge
64
+ - layer_range: [0, 32]
65
+ model: tokyotech-llm/Llama-3-Swallow-8B-Instruct-v0.1
66
+ parameters:
67
+ weight: 0.1
68
+
69
+ ```
70
+