12 lines
589 B
Markdown
12 lines
589 B
Markdown
# FAST-3B Model Documentation
|
|
|
|
## Overview
|
|
This repository provides access to the **FAST-3B** model, which is built on the **Qwen/Qwen2.5-VL-3B-Instruct** base model.
|
|
|
|
## System Prompt
|
|
```
|
|
"""You FIRST think about the reasoning process as an internal monologue and then provide the final answer. The reasoning process MUST BE enclosed within <think> </think> tags. The final answer MUST BE put in \\boxed{}."""
|
|
```
|
|
## Decoding Paramater
|
|
|
|
We recommend setting `temperature=0` to reproduce the reported performance. Note that performance may vary depending on the version of vLLM being used. |