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

BartlebyGPT Dead Letter Office (DLO)

The BartlebyGPT Dead Letter Office (DLO) is a continued pretraining (CPT) of Qwen/Qwen3.5-2B (the Instruct SFT, not the Base model). CPT was run on ~200M tokens of Melvillian prose, over 1 epoch with Unsloth.

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

Model tree for staeiou/bartleby-dlo-qwen3.5-2b-cpt-instructbase

Finetuned
Qwen/Qwen3.5-2B
Finetuned
(233)
this model
Finetunes
1 model