Model: andy-lzjtu/Qwen3-8B_MapFinBen Source: Original Platform
license, base_model, library_name, pipeline_tag, tags
| license | base_model | library_name | pipeline_tag | tags | |||||
|---|---|---|---|---|---|---|---|---|---|
| other | Qwen/Qwen3-8B | transformers | text-generation |
|
Qwen3-8B_MapFinBen
Merged Qwen3-8B model fine-tuned for the MapFinBen financial benchmark.
This repository contains the full merged Hugging Face model weights and tokenizer files. It also includes Ollama-compatible template files for the benchmark conversion workflow.
Evaluation Template
For the official GGUF/Ollama workflow, use template.tmpl. It defines a simple ChatML prompt format and avoids Qwen3 thinking/tool templates:
<|im_start|>user
{{ prompt }}
<|im_end|>
<|im_start|>assistant
Recommended deterministic evaluation settings:
temperature 0.0
top_p 1.0
seed 42
stop: <|im_end|>, <|endoftext|>
Modelfile is provided as a manual Ollama import reference. The benchmark organizer may regenerate the base Modelfile after HF-to-GGUF conversion and append template.tmpl.
Description
Languages
Jinja
100%