FAST-3B, using FAST-GRPO on Qwen2.5-VL-3B to achieve fast-slow thinking for visual reasoning.

This commit is contained in:
xiaowenyi
2026-01-20 09:31:18 +00:00
parent 92cd24a1b3
commit f6c94f457f

View File

@@ -1,3 +1,8 @@
---
frameworks:
- ""
tasks: []
---
# FAST-3B Model Documentation
## Overview
@@ -85,4 +90,4 @@ def simple_inference(image_path, query, max_tokens=2048, temperature=0):
except Exception as e:
print(f"Error during inference: {e}")
return None
```
```