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="Fizzarolli/MN-12b-Sunrose")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Fizzarolli/MN-12b-Sunrose")
model = AutoModelForCausalLM.from_pretrained("Fizzarolli/MN-12b-Sunrose", device_map="auto")
Quick Links

output

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

Merge Details

Merge Method

This model was merged using the passthrough merge method.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: Fizzarolli/MN-12b-Rosier-v1+Fizzarolli/nemo-sunfall-v0.6.1-adapter-on-base

merge_method: passthrough
Downloads last month
56
Safetensors
Model size
12B params
Tensor type
F16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for Fizzarolli/MN-12b-Sunrose

Spaces using Fizzarolli/MN-12b-Sunrose 7