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

Model Card for Model ID

Model Details

Model Description

This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.

  • Developed by: D-LLM (Dangerous Language Learning Model)
  • Model type: Text generation
  • Language(s) (NLP): English

Additional Details

The D-LLM model is specifically engineered to explore and generate content infused with elements of danger. It is trained on a diverse corpus of data, including historical accounts of hazardous situations, fictional narratives featuring perilous adventures, and simulated scenarios involving risk and suspense.

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