FAST-3B, using FAST-GRPO on Qwen2.5-VL-3B to achieve fast-slow thinking for visual reasoning.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
---
|
||||||
|
frameworks:
|
||||||
|
- ""
|
||||||
|
tasks: []
|
||||||
|
---
|
||||||
# FAST-3B Model Documentation
|
# FAST-3B Model Documentation
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
@@ -85,4 +90,4 @@ def simple_inference(image_path, query, max_tokens=2048, temperature=0):
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"Error during inference: {e}")
|
print(f"Error during inference: {e}")
|
||||||
return None
|
return None
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user