How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "OccultAI/Musecuilo-12B-Model_Stock"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "OccultAI/Musecuilo-12B-Model_Stock",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/OccultAI/Musecuilo-12B-Model_Stock
Quick Links

🐈 Musecuilo 12B Model_Stock

Musecuilo

Note: Use Mistral Tekken (recommended) or ChatML chat template for best results. The model has some refusals but can be jailbroken or ablated as needed.

This model was merged using the model_stock merge method.

Musecuilo is a merge of the following models using mergekit:

🧩 Configuration

architecture: MistralForCausalLM
base_model: B:/12B/mistralai--Mistral-Nemo-Instruct-2407
models:
  - model: B:/12B/allura-org--Tlacuilo-12B
  - model: B:/12B/LatitudeGames--Muse-12B
merge_method: model_stock
parameters:  
  filter_wise: true
dtype: float32
out_dtype: bfloat16
tokenizer:
  source: B:/12B/LatitudeGames--Muse-12B
name: Musecuilo-12B-Model_Stock
Downloads last month
174
Safetensors
Model size
12B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with OccultAI/Musecuilo-12B-Model_Stock.

Model tree for OccultAI/Musecuilo-12B-Model_Stock

Paper for OccultAI/Musecuilo-12B-Model_Stock