Files
ModelHub XC 3fd2adf876 初始化项目,由ModelHub XC社区提供模型
Model: jtatman/llama-3.2-1b-breadcrumbs-uncensismegistus-dolphinseek
Source: Original Platform
2026-05-02 04:55:08 +08:00

48 lines
1.3 KiB
Markdown

---
base_model:
- jtatman/llama-3.2-1b-deepseek-dolphin-lora
- jtatman/llama-3.2-1b-lewd-mental-occult
- nicoboss/Llama-3.2-1B-Instruct-Uncensored
library_name: transformers
tags:
- mergekit
- merge
---
# llama-3.2-1b-breadcrumbs-uncensismegistus-dolphinseek
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
## Merge Details
### Merge Method
This model was merged using the [Model Breadcrumbs with TIES](https://arxiv.org/abs/2312.06795) merge method using [nicoboss/Llama-3.2-1B-Instruct-Uncensored](https://huggingface.co/nicoboss/Llama-3.2-1B-Instruct-Uncensored) as a base.
### Models Merged
The following models were included in the merge:
* [jtatman/llama-3.2-1b-deepseek-dolphin-lora](https://huggingface.co/jtatman/llama-3.2-1b-deepseek-dolphin-lora)
* [jtatman/llama-3.2-1b-lewd-mental-occult](https://huggingface.co/jtatman/llama-3.2-1b-lewd-mental-occult)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
merge_method: breadcrumbs_ties
base_model: nicoboss/Llama-3.2-1B-Instruct-Uncensored
models:
- model: jtatman/llama-3.2-1b-lewd-mental-occult
parameters:
weight: 0.25
- model: jtatman/llama-3.2-1b-deepseek-dolphin-lora
parameters:
weight: 0.75
parameters:
density: 0.5
normalize: true
dtype: float16
```