How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Dans-Archive/Dans-QuestionableCocktail-13b"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Dans-Archive/Dans-QuestionableCocktail-13b",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/Dans-Archive/Dans-QuestionableCocktail-13b
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

This is my laziest model card to date, its a merge of about 70% Llama-2-chat, 15% Holodeck, and 15% Chronos.

My goals with this were to break induce some prose and novel structuring into Llama-2-chat without losing its magic. I think it worked? idk this probably wont be the last of this series.

Holodeck and Chronos were merged 50/50 into 'HoloChronos' then layer only merged with the following pattern into Llama-2-chat with 'HoloChronos' being the #2 model

[0.3, 0.2, 0.2, 0.2, 0.3, 0.5, 0.4, 0.2, 0.3, 0.4]

I recommend using the Llama-2-chat prompt format but model merges are unholy so YMMV.

Thank you to Gryphe for his merge script https://github.com/Gryphe/BlockMerge_Gradient/tree/main

Thank you to Mr. Seeker and Elinas for the Holodeck and ChronosV2 respectively.

https://huggingface.co/KoboldAI/LLAMA2-13B-Holodeck-1

https://huggingface.co/elinas/chronos-13b-v2

Downloads last month
23
Inference Providers NEW