Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
|
| 4 |
+
base_model:
|
| 5 |
+
- jpacifico/Chocolatine-14B-Instruct-4k-DPO
|
| 6 |
+
- jpacifico/Chocolatine-14B-Instruct-DPO-v1.2
|
| 7 |
+
library_name: transformers
|
| 8 |
+
tags:
|
| 9 |
+
- mergekit
|
| 10 |
+
- merge
|
| 11 |
+
license: apache-2.0
|
| 12 |
+
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+

|
| 16 |
+
|
| 17 |
+
# QuantFactory/Ph3task3-14B-GGUF
|
| 18 |
+
This is quantized version of [allknowingroger/Ph3task3-14B](https://huggingface.co/allknowingroger/Ph3task3-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 |
+
* [jpacifico/Chocolatine-14B-Instruct-4k-DPO](https://huggingface.co/jpacifico/Chocolatine-14B-Instruct-4k-DPO)
|
| 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: jpacifico/Chocolatine-14B-Instruct-4k-DPO
|
| 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 |
+
```
|