├── README.md ├── assets ├── academic_leaderborad_highlight.png ├── ar.svg ├── example.jpg ├── hg.svg └── reasoning_leaderboard_highlight.png └── inference.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yangjie-cv/WeThink/HEAD/README.md -------------------------------------------------------------------------------- /assets/academic_leaderborad_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yangjie-cv/WeThink/HEAD/assets/academic_leaderborad_highlight.png -------------------------------------------------------------------------------- /assets/ar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yangjie-cv/WeThink/HEAD/assets/ar.svg -------------------------------------------------------------------------------- /assets/example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yangjie-cv/WeThink/HEAD/assets/example.jpg -------------------------------------------------------------------------------- /assets/hg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yangjie-cv/WeThink/HEAD/assets/hg.svg -------------------------------------------------------------------------------- /assets/reasoning_leaderboard_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yangjie-cv/WeThink/HEAD/assets/reasoning_leaderboard_highlight.png -------------------------------------------------------------------------------- /inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yangjie-cv/WeThink/HEAD/inference.py --------------------------------------------------------------------------------