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

Components chosen based off MMLU and TQA scores, as well as vibes.

slices:

  • sources: - model: athirdpath/Orca-2-13b-Alpaca-Uncensored

    layer_range: [0, 16]
  • sources: - model: Sao10K/Mythical-Destroyer-V2-L2-13B

    layer_range: [8, 24]
  • sources: - model: athirdpath/Orca-2-13b-Alpaca-Uncensored

    layer_range: [17, 32]
  • sources: - model: Sao10K/Mythical-Destroyer-V2-L2-13B

    layer_range: [25, 40]

merge_method: passthrough

dtype: float16

Downloads last month
2
Safetensors
Model size
20B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support