Text Generation
Transformers
Safetensors
llama
Merge
mergekit
lazymergekit
aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.0-Uncensored
aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored
Orenguteng/Llama-3-8B-Lexi-Uncensored
aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.1-Uncensored
conversational
text-generation-inference
Inference Endpoints
File size: 1,664 Bytes
2f1e545 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.0-Uncensored
- aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored
- Orenguteng/Llama-3-8B-Lexi-Uncensored
- aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.1-Uncensored
---
# Llama-3.1-8b-Uncensored-Dare
Llama-3.1-8b-Uncensored-Dare is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.0-Uncensored](https://huggingface.co/aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.0-Uncensored)
* [aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored](https://huggingface.co/aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored)
* [Orenguteng/Llama-3-8B-Lexi-Uncensored](https://huggingface.co/Orenguteng/Llama-3-8B-Lexi-Uncensored)
* [aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.1-Uncensored](https://huggingface.co/aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.1-Uncensored)
## 🧩 Configuration
\```yaml
models:
- model: Orenguteng/Llama-3.1-8B-Lexi-Uncensored
- model: aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.0-Uncensored
parameters:
density: 0.53
weight: 0.4
- model: aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored
parameters:
density: 0.53
weight: 0.3
- model: Orenguteng/Llama-3-8B-Lexi-Uncensored
parameters:
density: 0.53
weight: 0.2
- model: aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.1-Uncensored
parameters:
density: 0.53
weight: 0.1
merge_method: dare_ties
base_model: Orenguteng/Llama-3.1-8B-Lexi-Uncensored
parameters:
int8_mask: true
dtype: bfloat16
\``` |