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="vanillaOVO/supermario_v1")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("vanillaOVO/supermario_v1")
model = AutoModelForCausalLM.from_pretrained("vanillaOVO/supermario_v1", device_map="auto")
Quick Links

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

More descriptions of the model will be added soon.

The following models were included in the merge:

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

Paper for vanillaOVO/supermario_v1