aashish1904 commited on
Commit
c68f0e7
1 Parent(s): 45803db

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ base_model:
5
+ - failspy/Llama-3-8B-Instruct-MopeyMule
6
+ - kloodia/lora-8b-math
7
+ - failspy/Llama-3-8B-Instruct-MopeyMule
8
+ - Blackroot/Llama3-RP-Lora
9
+ - failspy/Llama-3-8B-Instruct-MopeyMule
10
+ - zementalist/llama-3-8B-chat-psychotherapist
11
+ - failspy/Llama-3-8B-Instruct-MopeyMule
12
+ - Blackroot/Llama-3-8B-Abomination-LORA
13
+ - failspy/Llama-3-8B-Instruct-MopeyMule
14
+ - ResplendentAI/Llama3_RP_ORPO_LoRA
15
+ library_name: transformers
16
+ tags:
17
+ - mergekit
18
+ - merge
19
+
20
+
21
+ ---
22
+
23
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
24
+
25
+
26
+ # QuantFactory/ScaduTorrent1.1-8b-model_stock-GGUF
27
+ This is quantized version of [DreadPoor/ScaduTorrent1.1-8b-model_stock](https://huggingface.co/DreadPoor/ScaduTorrent1.1-8b-model_stock) created using llama.cpp
28
+
29
+ # Original Model Card
30
+
31
+ # merge
32
+
33
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
34
+
35
+ ## Merge Details
36
+ ### Merge Method
37
+
38
+ This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [failspy/Llama-3-8B-Instruct-MopeyMule](https://huggingface.co/failspy/Llama-3-8B-Instruct-MopeyMule) + [Blackroot/Llama-3-8B-Abomination-LORA](https://huggingface.co/Blackroot/Llama-3-8B-Abomination-LORA) as a base.
39
+
40
+ ### Models Merged
41
+
42
+ The following models were included in the merge:
43
+ * [failspy/Llama-3-8B-Instruct-MopeyMule](https://huggingface.co/failspy/Llama-3-8B-Instruct-MopeyMule) + [kloodia/lora-8b-math](https://huggingface.co/kloodia/lora-8b-math)
44
+ * [failspy/Llama-3-8B-Instruct-MopeyMule](https://huggingface.co/failspy/Llama-3-8B-Instruct-MopeyMule) + [Blackroot/Llama3-RP-Lora](https://huggingface.co/Blackroot/Llama3-RP-Lora)
45
+ * [failspy/Llama-3-8B-Instruct-MopeyMule](https://huggingface.co/failspy/Llama-3-8B-Instruct-MopeyMule) + [zementalist/llama-3-8B-chat-psychotherapist](https://huggingface.co/zementalist/llama-3-8B-chat-psychotherapist)
46
+ * [failspy/Llama-3-8B-Instruct-MopeyMule](https://huggingface.co/failspy/Llama-3-8B-Instruct-MopeyMule) + [ResplendentAI/Llama3_RP_ORPO_LoRA](https://huggingface.co/ResplendentAI/Llama3_RP_ORPO_LoRA)
47
+
48
+ ### Configuration
49
+
50
+ The following YAML configuration was used to produce this model:
51
+
52
+ ```yaml
53
+ models:
54
+ - model: failspy/Llama-3-8B-Instruct-MopeyMule+Blackroot/Llama3-RP-Lora
55
+ - model: failspy/Llama-3-8B-Instruct-MopeyMule+zementalist/llama-3-8B-chat-psychotherapist
56
+ - model: failspy/Llama-3-8B-Instruct-MopeyMule+ResplendentAI/Llama3_RP_ORPO_LoRA
57
+ - model: failspy/Llama-3-8B-Instruct-MopeyMule+kloodia/lora-8b-math
58
+ merge_method: model_stock
59
+ base_model: failspy/Llama-3-8B-Instruct-MopeyMule+Blackroot/Llama-3-8B-Abomination-LORA
60
+ normalize: false
61
+ int8_mask: true
62
+ dtype: bfloat16
63
+ ```
64
+