← back to catalog · registered 2026-09-13 16:56

SOMEHOTMEAL/LLama-3.1-8B-Janus-Abliterated-V2-Base_And_GGUF

SOMEHOTMEAL Llama 8B GGUF second-order
Abliteration classifier · v1.0.0
M5
Primary method

Mergekit merge

Applied on top of direct removal inherited from the base model.
Confidence
MEDIUM
Inherited from base model
Why this label 3 signals
Method inferred from partial signals — repository name, related files, or tag patterns. Producer identity not confirmed; label may sharpen or shift as we gather more evidence.
  • merge tag / mergekit / dare-ties in tags or name
  • no unusual architecture pattern (regular merge)
  • abliterated marker present
Refusal direction extraction

No specific extraction method could be identified for this model. The producer either did not document it or used a proprietary pipeline.

What is a refusal direction? →
Downloads · 30-day
0
Likes
2
Model age
today
created 2026-09-13

Genealogy 0 direct forks

Full fork graph →

This model's place in the market. Above: what it was derived from. Below: the tree of everything derived from it.

Metadata

Quantizations
Q4_K
Tags
transformers safetensors gguf llama text-generation mergekit merge conversational base_model:aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored base_model:merge:aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored base_model:meta-llama/Llama-3.1-8B-Instruct base_model:merge:meta-llama/Llama-3.1-8B-Instruct

Related

Total size
51.6 GB
Files
17
Quantizations
2
Registered
2026-09-13 16:56
Last updated on HF
2026-09-13 16:34

Files by quantization

Q4_K 1 file 4.58 GB
LLama-3.1-8B-Janus-Abliterated-V2-Q4_K_M-GGUF.gguf 4.58 GB a0812455 download
Auxiliary files 16 files 47.0 GB
LLama-3.1-8B-Janus-Abliterated-V2-f16-GGUF.gguf 15.0 GB 4ce31215 download
LLama-3.1-8B-Janus-Abliterated-V2-Q8_0-GGUF.gguf 7.95 GB 2747c656 download
LLama-3.1-8B-Janus-Abliterated-V2-Q6_K-GGUF.gguf 6.14 GB a68fe6bb download
model-00002-of-00004.safetensors 4.66 GB bc71ddd8 download
model-00001-of-00004.safetensors 4.61 GB 490aa82d download
model-00003-of-00004.safetensors 4.58 GB fe1411e1 download
LLama-3.1-8B-Janus-Abliterated-V2-Q2_K-GGUF.gguf 2.96 GB 242d2bee download
model-00004-of-00004.safetensors 1.11 GB d3f238dd download
tokenizer.json 16.4 MB 6b9e4e7f download
model.safetensors.index.json 23.7 KB 86f31689 download
chat_template.jinja 4.61 KB 279f8909 download
.gitattributes 1.95 KB ef32a202 download
README.md 1.56 KB 59bff6f5 download
config.json 936 B c3ac691c download
mergekit_config.yml 722 B f8c5837d download
tokenizer_config.json 309 B 844258b8 download

README current version from Hugging Face


base_model:

  • aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored
  • meta-llama/Llama-3.1-8B-Instruct
    library_name: transformers
    tags:
  • mergekit
  • merge

LLama-3.1-8B-Janus-Abliterated-V2

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

Merge Details

Merge Method

This model was merged using the SLERP merge method.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

merge_method: slerp
base_model: &model_a meta-llama/Llama-3.1-8B-Instruct   # Notice the & anchor trick!

slices:
  - sources:
      - model: *model_a                          # Automatically matches base_model
        layer_range: [0, 32]                    # Safely covers all layers (8B up to 70B)
      - model: aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored
        layer_range: [0, 32]
        # Only uncomment the 2 lines below if pulling from a Janus/VL model:
        # rename:
        #   - ["text_model.model.", "model."]
        #   - ["text_model.", ""]

parameters:
  t: 0.60                                        # 60% Model B, 40% Model A
dtype: bfloat16
tokenizer_source: base
Catalog is the map. Apps are the tools.

Run models on your own machine, not in the cloud.

Every model page has an "Open in app" button that hands off directly to a local runtime of your choice - Infrahuman, LM Studio, or Ollama. No API keys, no subscription, no prompt leakage.