Instructions to use Vortex5/Abyssal-Seraph-12B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Vortex5/Abyssal-Seraph-12B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Vortex5/Abyssal-Seraph-12B")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Vortex5/Abyssal-Seraph-12B") model = AutoModelForCausalLM.from_pretrained("Vortex5/Abyssal-Seraph-12B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use Vortex5/Abyssal-Seraph-12B with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Vortex5/Abyssal-Seraph-12B" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Vortex5/Abyssal-Seraph-12B", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/Vortex5/Abyssal-Seraph-12B
- SGLang
How to use Vortex5/Abyssal-Seraph-12B with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "Vortex5/Abyssal-Seraph-12B" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Vortex5/Abyssal-Seraph-12B", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "Vortex5/Abyssal-Seraph-12B" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Vortex5/Abyssal-Seraph-12B", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use Vortex5/Abyssal-Seraph-12B with Docker Model Runner:
docker model run hf.co/Vortex5/Abyssal-Seraph-12B
๐ Abyssal-Seraph-12B
Where the light of the divine meets the poetry of the abyss.
๐ Overview
Abyssal-Seraph-12B is a multi-stage creative merge designed for expressive storytelling, emotional depth, and lyrical dialogue.
It was crafted through a layered fusion using MergeKit:
- ๐ LunaMaid ร Vermilion-Sage โ merged via NearSwap (
t=0.0008) to unify LunaMaidโs balanced composure with Vermilion-Sageโs radiant prose. - ๐ฏ๏ธ Dark-Quill ร Mag-Mell-R1 โ merged via NearSwap (
t=0.0008) to draw forth mysticism, poetic darkness, and a sense of dreamlike gravity. - โจ Both intermediate results combined with the Karcher Mean โ a geometric blend ensuring harmony between light and shadow.
๐ฉถ Model Essence
| Trait | Description |
|---|---|
| ๐ง Core Nature | Philosophical, poetic, emotionally resonant |
| ๐ฌ Style | Fluid prose, vivid imagery, articulate reflection |
| ๐ซ Tone | Dreamlike, balanced between divine warmth and abyssal calm |
| ๐ญ Best For | Roleplay, character dialogue, introspection, lore writing, creative prose |
๐งฌ Merge Overview
Abyssal-Seraph-12B was created through a multi-stage, precision merge designed to blend expressive prose with poetic balance while maintaining model stability.
๐ Stage 1
โจ Method: NearSwap (t = 0.0008)
๐ฉต Base: Vortex5/LunaMaid-12B
๐ฎ Secondary: Vortex5/Vermilion-Sage-12B
Stage 1 Configuration
name: First
models:
- model: Vortex5/Vermilion-Sage-12B
merge_method: nearswap
base_model: Vortex5/LunaMaid-12B
parameters:
t: 0.0008
dtype: bfloat16
tokenizer:
source: Vortex5/LunaMaid-12B
๐ฉถ Stage 2
โ๏ธ Method: NearSwap (t = 0.0008) ๐ค Base: Vortex5/Dark-Quill-12B ๐ซ Secondary: inflatebot/MN-12B-Mag-Mell-R1
Stage 2 Configuration
name: Second
models:
- model: inflatebot/MN-12B-Mag-Mell-R1
merge_method: nearswap
base_model: Vortex5/Dark-Quill-12B
parameters:
t: 0.0008
dtype: bfloat16`
๐ Stage 3 โ Final Merge
โ๏ธ Method: Karcher Mean (tol = 1e-9, max_iter = 20000) ๐ Inputs: First + Second ๐ Purpose: To geometrically fuse both for coherence.
Final Merge Configuration
models:
- model: First
- model: Second
merge_method: karcher
dtype: bfloat16
parameters:
tol: 1e-9
max_iter: 20000
tokenizer:
source: First
๐๐ Acknowledgements ๐๐
- โ๏ธ mradermacher โ for static and imatrix quantization
- ๐ DeathGodlike โ for EXL3 quants
- ๐ฉถ All original model authors and contributors whose work made this model possible.
Models merged in this creation:
- Downloads last month
- 12
