How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="Vortex5/Shining-Prism-12B")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Vortex5/Shining-Prism-12B")
model = AutoModelForCausalLM.from_pretrained("Vortex5/Shining-Prism-12B", device_map="auto")
Quick Links

Shining-Prism-12B

Overview

Shining-Prism-12B was created by merging Scarlet-Seraph-12B, Strawberry-Smoothie-12B, and NeonMaid-12B-v2 using a custom method.

Show YAML Config
models:
  - model: Vortex5/Scarlet-Seraph-12B
  - model: DreadPoor/Strawberry_Smoothie-12B-Model_Stock
  - model: yamatazen/NeonMaid-12B-v2
merge_method: saef
parameters:
  paradox: 0.54
  strength: 0.9
  boost: 0.6
  modes: 2
dtype: bfloat16
tokenizer:
  source: Vortex5/Scarlet-Seraph-12B

Intended Use

Creative Writing
Roleplay
Storytelling

Credits

Downloads last month
36
Safetensors
Model size
12B params
Tensor type
BF16
·
Inference Providers NEW

Model tree for Vortex5/Shining-Prism-12B