munish0838 commited on
Commit
5e56f22
·
verified ·
1 Parent(s): 45c0948

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ base_model:
5
+ - akjindal53244/Llama-3.1-Storm-8B
6
+ - Sao10K/L3.1-8B-Niitama-v1.1
7
+ library_name: transformers
8
+ tags:
9
+ - merge
10
+ - llama
11
+
12
+ ---
13
+
14
+ ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)
15
+
16
+ # QuantFactory/L3.1-Niitorm-8B-t0.0001-GGUF
17
+ This is quantized version of [v000000/L3.1-Niitorm-8B-t0.0001](https://huggingface.co/v000000/L3.1-Niitorm-8B-t0.0001) created using llama.cpp
18
+
19
+ # Original Model Card
20
+
21
+
22
+ # Llama-3.1-Niitorm-8B
23
+
24
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64f74b6e6389380c77562762/dq5jKo1eCV8qapmfF4h3V.png)
25
+
26
+ RP model, Niitama 1.1 as a base, nearswapped with one of the smartest 3.1 models "Storm", mostly abliterated.
27
+
28
+ ## Thank you mradermacher for the quants!
29
+ * [GGUF](https://huggingface.co/mradermacher/L3.1-Niitorm-8B-t0.0001-GGUF)
30
+ * [GGUF imatrix](https://huggingface.co/mradermacher/L3.1-Niitorm-8B-t0.0001-i1-GGUF)
31
+
32
+ -------------------------------------------------------------------------------
33
+
34
+ ## merge
35
+
36
+ This is a merge of pre-trained language models.
37
+
38
+ ## Merge Details
39
+ ### Merge Method
40
+
41
+ This model was merged using the <b>NEARSWAP t0.0001</b> merge algorithm.
42
+
43
+ ### Models Merged
44
+
45
+ The following models were included in the merge:
46
+ * Base Model: [Sao10K/L3.1-8B-Niitama-v1.1](https://huggingface.co/Sao10K/L3.1-8B-Niitama-v1.1) + [grimjim/Llama-3-Instruct-abliteration-LoRA-8B](https://huggingface.co/grimjim/Llama-3-Instruct-abliteration-LoRA-8B)
47
+ * [akjindal53244/Llama-3.1-Storm-8B](https://huggingface.co/akjindal53244/Llama-3.1-Storm-8B)
48
+
49
+ ### Configuration
50
+
51
+ The following YAML configuration was used to produce this model:
52
+
53
+ ```yaml
54
+ slices:
55
+ - sources:
56
+ - model: Sao10K/L3.1-8B-Niitama-v1.1+grimjim/Llama-3-Instruct-abliteration-LoRA-8B
57
+ layer_range: [0, 32]
58
+ - model: akjindal53244/Llama-3.1-Storm-8B
59
+ layer_range: [0, 32]
60
+ merge_method: nearswap
61
+ base_model: Sao10K/L3.1-8B-Niitama-v1.1+grimjim/Llama-3-Instruct-abliteration-LoRA-8B
62
+ parameters:
63
+ t:
64
+ - value: 0.0001
65
+ dtype: bfloat16
66
+ out_type: float16 #oops
67
+ ```
68
+
69
+ # Prompt Template:
70
+ ```bash
71
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
72
+
73
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
74
+
75
+ {input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
76
+
77
+ {output}<|eot_id|>
78
+
79
+ ```