aashish1904 commited on
Commit
ff7532f
1 Parent(s): 1342b7d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ base_model:
5
+ - jpacifico/Chocolatine-14B-Instruct-DPO-v1.2
6
+ - failspy/Phi-3-medium-4k-instruct-abliterated-v3
7
+ library_name: transformers
8
+ tags:
9
+ - mergekit
10
+ - merge
11
+ license: apache-2.0
12
+
13
+ ---
14
+
15
+ ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)
16
+
17
+ # QuantFactory/Ph3task2-14B-GGUF
18
+ This is quantized version of [allknowingroger/Ph3task2-14B](https://huggingface.co/allknowingroger/Ph3task2-14B) created using llama.cpp
19
+
20
+ # Original Model Card
21
+
22
+ # merge
23
+
24
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
25
+
26
+ ## Merge Details
27
+ ### Merge Method
28
+
29
+ This model was merged using the [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [jpacifico/Chocolatine-14B-Instruct-DPO-v1.2](https://huggingface.co/jpacifico/Chocolatine-14B-Instruct-DPO-v1.2) as a base.
30
+
31
+ ### Models Merged
32
+
33
+ The following models were included in the merge:
34
+ * [failspy/Phi-3-medium-4k-instruct-abliterated-v3](https://huggingface.co/failspy/Phi-3-medium-4k-instruct-abliterated-v3)
35
+
36
+ ### Configuration
37
+
38
+ The following YAML configuration was used to produce this model:
39
+
40
+ ```yaml
41
+ models:
42
+ - model: jpacifico/Chocolatine-14B-Instruct-DPO-v1.2
43
+ parameters:
44
+ weight: 1.0
45
+ - model: failspy/Phi-3-medium-4k-instruct-abliterated-v3
46
+ parameters:
47
+ weight: 1.0
48
+ merge_method: task_arithmetic
49
+ base_model: jpacifico/Chocolatine-14B-Instruct-DPO-v1.2
50
+ parameters:
51
+ normalize: true
52
+ dtype: float16
53
+
54
+ ```