How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "szkllm/qwen3-8b-base-mapfin-raw-finegrid-ckpt1300" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "szkllm/qwen3-8b-base-mapfin-raw-finegrid-ckpt1300",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "szkllm/qwen3-8b-base-mapfin-raw-finegrid-ckpt1300" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "szkllm/qwen3-8b-base-mapfin-raw-finegrid-ckpt1300",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

qwen3-8b-base-mapfin-raw-finegrid-ckpt1300

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.701462446714
SA 0.825969681253
TC 0.847184859719
QA 0.787495725067
TS 0.850561396778
AVG5 0.802534821906
Downloads last month
22
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-finegrid-ckpt1300

Adapter
(78)
this model