Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
|
| 4 |
+
base_model:
|
| 5 |
+
- Sao10K/L3-8B-Stheno-v3.2
|
| 6 |
+
- meta-llama/Meta-Llama-3-8B-Instruct
|
| 7 |
+
- ChaoticNeutrals/Domain-Fusion-L3-8B
|
| 8 |
+
- ChaoticNeutrals/Hathor_RP-v.01-L3-8B
|
| 9 |
+
- ChaoticNeutrals/Poppy_Porpoise-1.4-L3-8B
|
| 10 |
+
- ChaoticNeutrals/Templar_v1_8B
|
| 11 |
+
library_name: transformers
|
| 12 |
+
tags:
|
| 13 |
+
- mergekit
|
| 14 |
+
- merge
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+

|
| 20 |
+
|
| 21 |
+
# QuantFactory/L3-OVA-Test-8B-GGUF
|
| 22 |
+
This is quantized version of [Casual-Autopsy/L3-OVA-Test-8B](https://huggingface.co/Casual-Autopsy/L3-OVA-Test-8B) created using llama.cpp
|
| 23 |
+
|
| 24 |
+
# Original Model Card
|
| 25 |
+
|
| 26 |
+
# merge
|
| 27 |
+
|
| 28 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
| 29 |
+
|
| 30 |
+
## Merge Details
|
| 31 |
+
### Merge Method
|
| 32 |
+
|
| 33 |
+
This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) as a base.
|
| 34 |
+
|
| 35 |
+
### Models Merged
|
| 36 |
+
|
| 37 |
+
The following models were included in the merge:
|
| 38 |
+
* [Sao10K/L3-8B-Stheno-v3.2](https://huggingface.co/Sao10K/L3-8B-Stheno-v3.2)
|
| 39 |
+
* [ChaoticNeutrals/Domain-Fusion-L3-8B](https://huggingface.co/ChaoticNeutrals/Domain-Fusion-L3-8B)
|
| 40 |
+
* [ChaoticNeutrals/Hathor_RP-v.01-L3-8B](https://huggingface.co/ChaoticNeutrals/Hathor_RP-v.01-L3-8B)
|
| 41 |
+
* [ChaoticNeutrals/Poppy_Porpoise-1.4-L3-8B](https://huggingface.co/ChaoticNeutrals/Poppy_Porpoise-1.4-L3-8B)
|
| 42 |
+
* [ChaoticNeutrals/Templar_v1_8B](https://huggingface.co/ChaoticNeutrals/Templar_v1_8B)
|
| 43 |
+
|
| 44 |
+
### Configuration
|
| 45 |
+
|
| 46 |
+
The following YAML configuration was used to produce this model:
|
| 47 |
+
|
| 48 |
+
```yaml
|
| 49 |
+
models:
|
| 50 |
+
- model: meta-llama/Meta-Llama-3-8B-Instruct
|
| 51 |
+
- model: meta-llama/Meta-Llama-3-8B-Instruct
|
| 52 |
+
parameters:
|
| 53 |
+
density: 0.5
|
| 54 |
+
weight: 0.5
|
| 55 |
+
- model: ChaoticNeutrals/Templar_v1_8B
|
| 56 |
+
parameters:
|
| 57 |
+
density: 0.75
|
| 58 |
+
weight: [0.25, 0.0625, 0.0625, 0.0625, 0.0625]
|
| 59 |
+
- model: ChaoticNeutrals/Hathor_RP-v.01-L3-8B
|
| 60 |
+
parameters:
|
| 61 |
+
density: 0.75
|
| 62 |
+
weight: [0.0625, 0.25, 0.0625, 0.0625, 0.0625]
|
| 63 |
+
- model: Sao10K/L3-8B-Stheno-v3.2
|
| 64 |
+
parameters:
|
| 65 |
+
density: 0.75
|
| 66 |
+
weight: [0.0625, 0.0625, 0.25, 0.0625, 0.0625]
|
| 67 |
+
- model: ChaoticNeutrals/Poppy_Porpoise-1.4-L3-8B
|
| 68 |
+
parameters:
|
| 69 |
+
density: 0.75
|
| 70 |
+
weight: [0.0625, 0.0625, 0.0625, 0.25, 0.0625]
|
| 71 |
+
- model: ChaoticNeutrals/Domain-Fusion-L3-8B
|
| 72 |
+
parameters:
|
| 73 |
+
density: 0.75
|
| 74 |
+
weight: [0.0625, 0.0625, 0.0625, 0.0625, 0.25]
|
| 75 |
+
- model: ChaoticNeutrals/Templar_v1_8B
|
| 76 |
+
parameters:
|
| 77 |
+
density: 0.25
|
| 78 |
+
weight: [-0.125, -0.125, -0.125, -0.125, -0.5]
|
| 79 |
+
- model: ChaoticNeutrals/Hathor_RP-v.01-L3-8B
|
| 80 |
+
parameters:
|
| 81 |
+
density: 0.25
|
| 82 |
+
weight: [-0.125, -0.125, -0.5, -0.125, -0.125]
|
| 83 |
+
- model: Sao10K/L3-8B-Stheno-v3.2
|
| 84 |
+
parameters:
|
| 85 |
+
density: 0.25
|
| 86 |
+
weight: [-0.125, -0.5, -0.125, -0.125, -0.125]
|
| 87 |
+
- model: ChaoticNeutrals/Poppy_Porpoise-1.4-L3-8B
|
| 88 |
+
parameters:
|
| 89 |
+
density: 0.25
|
| 90 |
+
weight: [-0.125, -0.125, -0.125, -0.5, -0.125]
|
| 91 |
+
- model: ChaoticNeutrals/Domain-Fusion-L3-8B
|
| 92 |
+
parameters:
|
| 93 |
+
density: 0.25
|
| 94 |
+
weight: [-0.5, -0.125, -0.125, -0.125, -0.125]
|
| 95 |
+
merge_method: ties
|
| 96 |
+
base_model: meta-llama/Meta-Llama-3-8B-Instruct
|
| 97 |
+
parameters:
|
| 98 |
+
normalize: false
|
| 99 |
+
int8_mask: true
|
| 100 |
+
dtype: bfloat16
|
| 101 |
+
|
| 102 |
+
```
|
| 103 |
+
|