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

merge

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

Merge Details

Merge Method

This model was merged using the Model Stock merge method using arcee-ai/Arcee-Blitz as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

base_model: arcee-ai/Arcee-Blitz # General Intelligence
merge_method: model_stock
dtype: bfloat16
models:
  - model: TheDrummer/Cydonia-24B-v2.1 # RP
  - model: ReadyArt/Forgotten-Safeword-24B-V3.0 # Uncensored
  - model: PocketDoc/Dans-PersonalityEngine-V1.2.0-24b # Prompt Adherence
Downloads last month
7
Safetensors
Model size
24B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Yoesph/Haphazard-v1.1-24b

Collection including Yoesph/Haphazard-v1.1-24b

Paper for Yoesph/Haphazard-v1.1-24b