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

This one is lodrick-the-lafted/Olethros-8B with ablations where the harmless dataset was LimaRP and the harmful dataset was tatsu-lab/alpaca.

Downloads last month
10
Safetensors
Model size
8B params
Tensor type
BF16
Β·
Inference Providers NEW
Input a message to start chatting with lodrick-the-lafted/Limon-8B.

Model tree for lodrick-the-lafted/Limon-8B

Merges
7 models
Quantizations
3 models

Spaces using lodrick-the-lafted/Limon-8B 9