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="Meggido/NeuraLake-m7-7B")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Meggido/NeuraLake-m7-7B")
model = AutoModelForCausalLM.from_pretrained("Meggido/NeuraLake-m7-7B", device_map="auto")
Quick Links

NeuraLake-m7-7B

NeuraLake-m7-7B is a merge of the following models using mergekit:

๐Ÿ› ๏ธ Configuration

models:
  - model: mistralai/Mistral-7B-v0.1
    # No parameters necessary for base model
    
  - model: mlabonne/NeuralBeagle14-7B
    parameters:
      weight: 0.3
      density: 0.8
  - model: chargoddard/loyal-piano-m7
    parameters:
      weight: 0.4
      density: 0.8
  - model: macadeliccc/WestLake-7B-v2-laser-truthy-dpo
    parameters:
      weight: 0.3
      density: 0.4
merge_method: dare_ties
base_model: mistralai/Mistral-7B-v0.1
parameters:
  int8_mask: true
  # normalize: true
dtype: bfloat16
Downloads last month
22
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 Meggido/NeuraLake-m7-7B

Quantizations
2 models

Collection including Meggido/NeuraLake-m7-7B