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

qwen3-8b-base-mapfin-raw-ckpt1000

Merged Qwen3-8B-Base LoRA checkpoint for MapFinBen. This model was trained and validated with raw prompts, not chat-wrapped prompts.

The repository includes template.tmpl to force Ollama to pass prompts through as raw text:

TEMPLATE """{{ .Prompt }}"""

Validation scores on the local MapFinBen valid split:

Task Score
AS 0.701371547692
SA 0.819748883745
TC 0.832824105086
QA 0.773764398932
TS 0.848251003698
AVG5 0.795191987830
Downloads last month
24
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for szkllm/qwen3-8b-base-mapfin-raw-ckpt1000

Adapter
(78)
this model