HDP-1B / README.md
Novaciano's picture
Upload folder using huggingface_hub
37766f6 verified
metadata
base_model:
  - Novaciano/HDP-1B
  - Novaciano/Esperpento-1B
  - megabytes/gemma-3-1b-qat-int4-heretic
library_name: transformers
tags:
  - mergekit
  - merge

merge

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the DARE TIES merge method using Novaciano/Esperpento-1B as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: Novaciano/HDP-1B
    parameters:
      density: 0.38
      weight: 0.55
  - model: megabytes/gemma-3-1b-qat-int4-heretic
    parameters:
      density: 0.35
      weight: 0.30

merge_method: dare_ties   # Más agresivo que TIES puro
base_model: Novaciano/Esperpento-1B

parameters:
  normalize: false
  rescale: true             # Amplifica bias NSFW
  int8_mask: true
  density: 0.38             # Baja para más filo
  lambda: -0.45             # Suprime moral residual

dtype: float16