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/Fallen-Skies-12B")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Vortex5/Fallen-Skies-12B")
model = AutoModelForCausalLM.from_pretrained("Vortex5/Fallen-Skies-12B")
Quick Links

Fallen-Skies-12B

Overview

Fallen-Skies-12B was made by merging Hollow-Aether-12B, MN-Slush, LinearWriter-12B, and Violet-Mist-12B using a custom method.

Show YAML
models:
  - model: Vortex5/Hollow-Aether-12B
  - model: crestf411/MN-Slush
  - model: yamatazen/LinearWriter-12B
  - model: Vortex5/Violet-Mist-12B
merge_method: synforge
dtype: bfloat16
parameters:
  strength: 0.9
  consensus: 0.25
tokenizer:
  source: Vortex5/Hollow-Aether-12B

Intended Use

☁️ Storytelling
🎭 Roleplay

Credits

Downloads last month
33
Safetensors
Model size
12B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Vortex5/Fallen-Skies-12B