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="solidrust/flammen17-mistral-7B-AWQ")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("solidrust/flammen17-mistral-7B-AWQ")
model = AutoModelForCausalLM.from_pretrained("solidrust/flammen17-mistral-7B-AWQ", device_map="auto")
Quick Links

Configuration Parsing Warning:In config.json: "quantization_config.modules_to_not_convert" must be an array

nbeerbower/flammen17-mistral-7B AWQ

image/png

Model Summary

A Mistral 7B LLM built from merging pretrained models and finetuning. Flammen specializes in exceptional character roleplay, creative writing, and general intelligence

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

This model was merged using the SLERP merge method.

The following models were included in the merge:

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

Model tree for solidrust/flammen17-mistral-7B-AWQ

Quantized
(2)
this model

Collection including solidrust/flammen17-mistral-7B-AWQ