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="IHaBiS/MythoMax-13b-upstage-65b-instruct-FalseBlock")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("IHaBiS/MythoMax-13b-upstage-65b-instruct-FalseBlock")
model = AutoModelForCausalLM.from_pretrained("IHaBiS/MythoMax-13b-upstage-65b-instruct-FalseBlock", device_map="auto")
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Merge https://huggingface.co/upstage/llama-65b-instruct as donor and https://huggingface.co/Gryphe/MythoMax-L2-13b as primarly model by using frankenllama_22b.py from https://huggingface.co/chargoddard/llama2-22b.

It has 32.905b parameters as the result.

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