aashish1904 commited on
Commit
f8241a7
·
verified ·
1 Parent(s): f123b74

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ base_model:
5
+ - underwoods/adventure-8b
6
+ - Khetterman/Multilingual-SaigaSuzume-8B
7
+ - underwoods/writer-8b
8
+ - Khetterman/Kosmos-8B-v1
9
+ - aifeifei798/llama3-8B-DarkIdol-2.2-Uncensored-1048K
10
+ - Khetterman/CursedMatrix-8B-v9
11
+ library_name: transformers
12
+ tags:
13
+ - mergekit
14
+ - merge
15
+
16
+
17
+ ---
18
+
19
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
20
+
21
+
22
+ # QuantFactory/RP-Naughty-v1.0c-8b-GGUF
23
+ This is quantized version of [MrRobotoAI/RP-Naughty-v1.0c-8b](https://huggingface.co/MrRobotoAI/RP-Naughty-v1.0c-8b) created using llama.cpp
24
+
25
+ # Original Model Card
26
+
27
+ # merge
28
+
29
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
30
+
31
+ ## Merge Details
32
+ ### Merge Method
33
+
34
+ This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [aifeifei798/llama3-8B-DarkIdol-2.2-Uncensored-1048K](https://huggingface.co/aifeifei798/llama3-8B-DarkIdol-2.2-Uncensored-1048K) as a base.
35
+
36
+ ### Models Merged
37
+
38
+ The following models were included in the merge:
39
+ * [underwoods/adventure-8b](https://huggingface.co/underwoods/adventure-8b)
40
+ * [Khetterman/Multilingual-SaigaSuzume-8B](https://huggingface.co/Khetterman/Multilingual-SaigaSuzume-8B)
41
+ * [underwoods/writer-8b](https://huggingface.co/underwoods/writer-8b)
42
+ * [Khetterman/Kosmos-8B-v1](https://huggingface.co/Khetterman/Kosmos-8B-v1)
43
+ * [Khetterman/CursedMatrix-8B-v9](https://huggingface.co/Khetterman/CursedMatrix-8B-v9)
44
+
45
+ ### Configuration
46
+
47
+ The following YAML configuration was used to produce this model:
48
+
49
+ ```yaml
50
+ models:
51
+
52
+ - model: Khetterman/Multilingual-SaigaSuzume-8B
53
+ - model: Khetterman/Kosmos-8B-v1
54
+ - model: Khetterman/CursedMatrix-8B-v9
55
+
56
+ - model: underwoods/writer-8b
57
+ - model: underwoods/adventure-8b
58
+ merge_method: model_stock
59
+ base_model: aifeifei798/llama3-8B-DarkIdol-2.2-Uncensored-1048K
60
+ normalize: true
61
+ dtype: float16
62
+ ```
63
+