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

Enthralling Creatures

Negative Drummer

Enjoyed SicariusSicariiStuff/Negative_LLAMA_70B but the prose was too dry for my tastes. So I merged it with TheDrummer/Anubis-70B-v1 for verbosity. Anubis has positivity bias so Negative could balance things out.

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

GGUF Quants:

Merge Details

Merge Method

This model was merged using the SLERP merge method.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: SicariusSicariiStuff/Negative_LLAMA_70B
  - model: TheDrummer/Anubis-70B-v1
merge_method: slerp
base_model: TheDrummer/Anubis-70B-v1
parameters:
  t: [0.1, 0.55, 1, 0.55, 0.1]
dtype: bfloat16
Downloads last month
7
Safetensors
Model size
71B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with knifeayumu/Negative-Anubis-70B-v1.

Model tree for knifeayumu/Negative-Anubis-70B-v1

Collection including knifeayumu/Negative-Anubis-70B-v1