87 lines
1.8 KiB
Markdown
87 lines
1.8 KiB
Markdown
---
|
|
base_model:
|
|
- UmbrellaInc/T-Virus_Epsilon.Strain-3.2-1B
|
|
- devwoo/Kybalion-1B
|
|
library_name: transformers
|
|
tags:
|
|
- uncensored
|
|
- abliterated
|
|
- low-refusals
|
|
- rp
|
|
- roleplay
|
|
- nsfw
|
|
- merge
|
|
- not-for-all-audiences
|
|
- llama
|
|
- continued-pretraining
|
|
- sft
|
|
- lora
|
|
- 1b
|
|
- math
|
|
- code
|
|
- education
|
|
- small-llm
|
|
datasets:
|
|
- FuseAI/FuseChat-3.0-DPO-Data
|
|
- HuggingFaceFW/fineweb-edu
|
|
- open-web-math/open-web-math
|
|
- bigcode/starcoderdata
|
|
- HuggingFaceTB/cosmopedia
|
|
- teknium/OpenHermes-2.5
|
|
- meta-math/MetaMathQA
|
|
- sahil2801/CodeAlpaca-20k
|
|
license: llama3.2
|
|
language:
|
|
- en
|
|
- es
|
|
---
|
|
# Uncensored Kybalion 3.2 1B
|
|
|
|
## Merge Details
|
|
|
|
Nothing
|
|
|
|
### Merge Method
|
|
|
|
This model was merged using the [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method.
|
|
|
|
### Models Merged
|
|
|
|
The following models were included in the merge:
|
|
* [UmbrellaInc/T-Virus_Epsilon.Strain-3.2-1B](https://huggingface.co/UmbrellaInc/T-Virus_Epsilon.Strain-3.2-1B)
|
|
* [devwoo/Kybalion-1B](https://huggingface.co/devwoo/Kybalion-1B)
|
|
|
|
### Configuration
|
|
|
|
The following YAML configuration was used to produce this model:
|
|
|
|
```yaml
|
|
|
|
|
|
# Umbrella Corporation Official Merge Protocol v3.2
|
|
# Author: Dr. Novaciano
|
|
|
|
models:
|
|
- model: UmbrellaInc/T-Virus_Epsilon.Strain-3.2-1B # Experimental viral strain neural imprint
|
|
- model: devwoo/Kybalion-1B # Baseline cognitive template, "safe mode"
|
|
|
|
merge_method: slerp # Spherical Linear Interpolation to preserve extreme viral traits smoothly
|
|
base_model: UmbrellaInc/T-Virus_Epsilon.Strain-3.2-1B # Anchor model for stable latent space
|
|
|
|
dtype: bfloat16 # Memory-efficient precision, minimal loss in viral feature fidelity
|
|
|
|
parameters:
|
|
t: 0.45
|
|
normalize: false
|
|
rescale: true
|
|
rescale_factor: 1.12
|
|
memory_efficient: true
|
|
low_cpu_mem_usage: true
|
|
|
|
layer_range:
|
|
- value: [4, 22]
|
|
|
|
tie_word_embeddings: true
|
|
tie_output_embeddings: true
|
|
|
|
``` |