初始化项目,由ModelHub XC社区提供模型
Model: NovaCorp/Very_Dangerous-3.2-1B Source: Original Platform
This commit is contained in:
59
README.md
Normal file
59
README.md
Normal file
@@ -0,0 +1,59 @@
|
||||
---
|
||||
base_model:
|
||||
- NovaCorp/Very_Dangerous-3.2-1B
|
||||
library_name: transformers
|
||||
tags:
|
||||
- danger
|
||||
- volatile
|
||||
- not-for-all-audiences
|
||||
license: llama3.2
|
||||
language:
|
||||
- en
|
||||
- es
|
||||
pipeline_tag: text-generation
|
||||
---
|
||||
# Very Dangerous 3.2 1B
|
||||
|
||||
---
|
||||
### 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:
|
||||
* [NovaCorp/Very_Dangerous-3.2-3B](https://huggingface.co/NovaCorp/Very_Dangerous-3.2-3B)
|
||||
|
||||
### Configuration
|
||||
|
||||
The following YAML configuration was used to produce this model:
|
||||
|
||||
```yaml
|
||||
# Author: Dr. Novaciano
|
||||
# Objective: Accumulative Unethic 3.2 AI Model
|
||||
# PROJECT: Very_Dangerous-3.2-3B
|
||||
|
||||
models:
|
||||
- model: NovaCorp/Very_Dangerous-3.2-3B # Experimental viral strain neural imprint
|
||||
- model: NovaCorp/Very_Dangerous-3.2-3B # Baseline cognitive template, "safe mode"
|
||||
|
||||
merge_method: slerp # Spherical Linear Interpolation to preserve extreme viral traits smoothly
|
||||
base_model: NovaCorp/Very_Dangerous-3.2-3B # 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
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user