How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Meggido/NeuraLake-m7-7B"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Meggido/NeuraLake-m7-7B",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/Meggido/NeuraLake-m7-7B
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
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 Meggido/NeuraLake-m7-7B

Quantizations
2 models

Collection including Meggido/NeuraLake-m7-7B