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="KoboldAI/Mixtral-8x7B-Holodeck-v1")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("KoboldAI/Mixtral-8x7B-Holodeck-v1")
model = AutoModelForCausalLM.from_pretrained("KoboldAI/Mixtral-8x7B-Holodeck-v1", device_map="auto")
Quick Links

Mixtral 8x7B - Holodeck

Model Description

Mistral 7B-Holodeck is a finetune created using Mixtral's 8x7B model.

Training data

The training data contains around 3000 ebooks in various genres. Most parts of the dataset have been prepended using the following text: [Genre: <genre1>, <genre2>]


Limitations and Biases

Based on known problems with NLP technology, potential relevant factors include bias (gender, profession, race and religion).

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

Model tree for KoboldAI/Mixtral-8x7B-Holodeck-v1

Merges
4 models
Quantizations
2 models