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

tokenizer = AutoTokenizer.from_pretrained("timpal0l/BeagleCatMunin")
model = AutoModelForCausalLM.from_pretrained("timpal0l/BeagleCatMunin")
Quick Links

This model is a merge of timpal0l/Mistral-7B-v0.1-flashback-v2 and RJuro/munin-neuralbeagle-7b.

  • GGUF Version available Here

config.yaml

models:
  - model: timpal0l/Mistral-7B-v0.1-flashback-v2
    # No parameters necessary for base model
  - model: RJuro/munin-neuralbeagle-7b
    parameters:
      density: 0.53
      weight: 0.6
merge_method: dare_ties
base_model: timpal0l/Mistral-7B-v0.1-flashback-v2
parameters:
  int8_mask: true
dtype: bfloat16
Downloads last month
5
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for timpal0l/BeagleCatMunin