From f6c94f457f565bab06cf22750a7a77ab348a6f54 Mon Sep 17 00:00:00 2001 From: xiaowenyi Date: Tue, 20 Jan 2026 09:31:18 +0000 Subject: [PATCH] FAST-3B, using FAST-GRPO on Qwen2.5-VL-3B to achieve fast-slow thinking for visual reasoning. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ae7065..cd0fcd1 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +```