Files
Goetia-8B-v1/README.md
ModelHub XC e929935fb8 初始化项目,由ModelHub XC社区提供模型
Model: Naphula/Goetia-8B-v1
Source: Original Platform
2026-05-05 06:57:24 +08:00

11 KiB

base_model, datasets, language, library_name, license, tags, widget
base_model datasets language library_name license tags widget
Babsie/ThetaBlackGorgon-8B
Bacon666/Athlon-8B-0.1
Naphula/Llamatron-8B-v1
DarkArtsForge/Raven-8B-v1
EldritchLabs/Cthulhu-8B-v1.4
HumanLLMs/Human-Like-LLama3-8B-Instruct
NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS
OccultAI/Morpheus-8B-v3
Sao10K/L3-8B-Stheno-v3.2
SicariusSicariiStuff/Assistant_Pepe_8B
SicariusSicariiStuff/Impish_Mind_8B
TheDrummer/Anubis-Mini-8B-v1
TroyDoesAI/BlackSheep-X-Dolphin
DarkArtsForge/Poe_v1
EldritchLabs/Cthulhu_v1.4b
OccultAI/illuminati_imatrix_v1
OccultAI/Morpheus_1052
SicariusSicariiStuff/UBW_Tapestries
en
transformers apache-2.0
creative
creative writing
fiction writing
plot generation
sub-plot generation
fiction writing
story generation
scene continue
storytelling
fiction story
science fiction
romance
all genres
story
writing
vivid prosing
vivid writing
fiction
roleplaying
float32
swearing
rp
horror
dare_linear
llama
merge
mergekit
text output
Goetia-8B-v1
url
https://cdn-uploads.huggingface.co/production/uploads/68e840caa318194c44ec2a04/DHbuh4efzjCGpxDUciZ_-.jpeg

Caution

⚠️ Warning: This model can produce narratives and RP that contain violent and graphic erotic content. Adjust your system prompt accordingly, and use Llama 3 chat template.

<style> @import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,700;1,400&family=Uncial+Antiqua&display=swap'); body { font-family: 'Crimson Text', serif; color: #4A3F35; /* Faded Ink Brown */ line-height: 1.6; margin: 0; padding: 0; background-color: #281E18; /* Dark Wood Desk */ } b, strong { color: #8C1C13; /* Crimson Seal */ } .grimoire-text { font-family: 'Uncial Antiqua', cursive; color: #3D352A; /* Dark Ink */ position: relative; z-index: 2; margin-left: 0.2em; text-shadow: 0 0 10px #A49687; } /* Section styling */ .section-container { background-color: rgba(245, 235, 218, 0.05); margin-bottom: 30px; position: relative; overflow: hidden; border-bottom: 1px solid rgba(140, 28, 19, 0.3); /* Faded Crimson Border */ box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } .section-header { display: flex; align-items: center; background-color: rgba(140, 28, 19, 0.06); padding: 10px 20px; } .section-indicator { width: 8px; height: 20px; background-color: #8C1C13; margin-right: 15px; box-shadow: 0 0 8px rgba(140, 28, 19, 0.4); } .section-title { font-family: 'Uncial Antiqua', cursive; color: #4A3F35; font-size: 1.4rem; margin: 0; letter-spacing: 1px; font-weight: 400; text-transform: capitalize; } .section-content { padding: 20px; font-family: 'Crimson Text', serif; color: #4A3F35; line-height: 1.7; } /* Title styling */ .title-container { background-color: transparent; position: relative; overflow: hidden; margin-bottom: 40px; border-left: 3px solid #8C1C13; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); } .title-wrapper { position: relative; z-index: 2; padding: 25px 20px 30px 30px; } .title-main { color: #3D352A; font-size: 1.8rem; font-weight: 700; margin: 0; letter-spacing: 2px; display: inline-block; position: relative; text-transform: uppercase; } /* Subheading styling */ .subheading { font-family: 'Uncial Antiqua', cursive; color: #7B5E4A; /* Lighter Ink Brown */ font-size: 1.1rem; margin-top: 20px; margin-bottom: 15px; font-weight: 400; border-bottom: 1px dashed rgba(123, 94, 74, 0.4); display: inline-block; text-transform: uppercase; letter-spacing: 1px; } /* Links */ a { color: #7B5E4A; text-decoration: none; font-weight: bold; } a:hover { text-decoration: underline; color: #8C1C13; /* Crimson Seal on hover */ } /* List Styling - Goetia Icons */ ul { list-style: none; /* CRITICAL: This hides the default marker causing the blue box */ padding-left: 1.6em; } ul li { position: relative; margin-bottom: 0.6em; } ul li::before { content: "\26E7"; /* ⛧ Inverted Pentagram */ /* FALLBACK PROTECTION: */ /* This ensures that if your main font lacks the symbol, it grabs it from the system/OS symbols */ font-family: "Segoe UI Symbol", "Apple Symbols", "Noto Sans Symbols", "DejaVu Sans", sans-serif; position: absolute; left: -1.4em; /* Fiery Styling */ color: #CC0000; /* Strong red base */ font-size: 1.5rem; /* Larger */ font-weight: normal; /* Icons often render cleaner without 'bold' at this size */ top: -5px; /* Vertical alignment fix */ /* Static Fire Glow (No Animation/Low CPU cost) */ /* Layer 1: Slight dark drop shadow for depth */ /* Layer 2: Orange-red ambient glow */ text-shadow: 1px 1px 1px rgba(0,0,0,0.4), 0 0 5px #FF5500; background-color: transparent; } /* Container */ .container { max-width: 1200px; margin: 20px auto; padding: 40px 20px; background-color: #F5EBDA; /* Aged Parchment */ background-image: radial-gradient(circle at 10% 10%, rgba(140, 28, 19, 0.04) 0%, transparent 50%), radial-gradient(circle at 90% 80%, rgba(61, 53, 42, 0.06) 0%, transparent 50%); min-height: calc(100vh - 40px); border: 1px solid #C8BBAA; /* Parchment Edge */ border-radius: 3px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); } </style> <html lang="en"> <head> </head>

📜 Goetia 8B v1

Goetia Grimoire

🐙 The Lesser Key

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

This model was merged using the Linear DARE merge method using aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored as a base.

Goetia 8B v1 is fully uncensored, no ablation or jailbreaks are needed. The model is very creative for its size, and has quite an attitude. Here you can see the merge audit showing exact weight distribution.

This model is recommended for those who can't run the larger Goetias, or who want a change of pace from the way Mistral writes. Increasing Temp and TopNSigma to 1.0 seems to help also.

dare_linear seems quite effective for Llama models in particular. It outperformed della_linear and dare_ties in my testing.

The following models were included in the merge:

  • aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored

  • Babsie/ThetaBlackGorgon-8B

  • Bacon666/Athlon-8B-0.1

  • Naphula/Llamatron-8B-v1

  • DarkArtsForge/Raven-8B-v1

  • EldritchLabs/Cthulhu-8B-v1.4

  • HumanLLMs/Human-Like-LLama3-8B-Instruct

  • NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS

  • OccultAI/Morpheus-8B-v3

  • Sao10K/L3-8B-Stheno-v3.2

  • SicariusSicariiStuff/Assistant_Pepe_8B

  • SicariusSicariiStuff/Impish_Mind_8B

  • TheDrummer/Anubis-Mini-8B-v1

  • TroyDoesAI/BlackSheep-X-Dolphin

🧙 OccultAI Sigil Magic

Configuration

The following YAML configuration was used to produce this model:

architecture: LlamaForCausalLM
models:
  - model: A:\LLM\.cache\8B\!models--aifeifei798--DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored
  - model: A:\LLM\.cache\8B\!models--SicariusSicariiStuff--Assistant_Pepe_8B
    parameters:
      weight: 0.4
      density: 0.8
  - model: B:\8B\Morpheus_v3_prototype_526
    parameters:
      weight: 0.4
      density: 0.8
  - model: A:\LLM\.cache\8B\Naphula_Llamatron-8B-v1
    parameters:
      weight: 0.25
      density: 0.8
  - model: A:\LLM\.cache\8B\!models--SicariusSicariiStuff--Impish_Mind_8B
    parameters:
      weight: 0.1
      density: 0.8
  - model: A:\LLM\.cache\8B\!models--Sao10K--L3-8B-Stheno-v3.2
    parameters:
      weight: 0.1
      density: 0.8
  - model: B:\8B\Cthulhu_v1.4
    parameters:
      weight: 0.4
      density: 0.8
  - model: B:\8B\models--TheDrummer--Anubis-Mini-8B-v1
    parameters:
      weight: 0.2
      density: 0.8
  - model: B:\8B\Raven_v1
    parameters:
      weight: 0.4
      density: 0.8    
  - model: B:\8B\models--HumanLLMs--Human-Like-LLama3-8B-Instruct
    parameters:
      weight: 0.1
      density: 0.8
  - model: A:\LLM\.cache\8B\!models--NeverSleep--Llama-3-Lumimaid-8B-v0.1-OAS
    parameters:
      weight: 0.1
      density: 0.8
  - model: A:\LLM\.cache\8B\!models--TroyDoesAI--BlackSheep-X-Dolphin
    parameters:
      weight: 0.1
      density: 0.8
  - model: A:\LLM\.cache\8B\!models--Bacon666--Athlon-8B-0.1
    parameters:
      weight: 0.1
      density: 0.8
  - model: A:\LLM\.cache\8B\!models--Babsie--ThetaBlackGorgon-8B
    parameters:
      weight: 0.1
      density: 0.8
merge_method: dare_linear
base_model: A:\LLM\.cache\8B\!models--aifeifei798--DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored
parameters:
  lambda: 1.0
  normalize: false
  int8_mask: false
  rescale: true
tokenizer:
  source: union
chat_template: auto
dtype: float32
out_dtype: bfloat16
name: 📜 Goetia-8B-v1

🕯️ Summon the Infernal — Invocation Ritual

</html>