├── .DS_Store ├── README.md ├── evaluation └── mme │ ├── cognition.png │ └── perception.png └── framework.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mynameischaos/Lion/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mynameischaos/Lion/HEAD/README.md -------------------------------------------------------------------------------- /evaluation/mme/cognition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mynameischaos/Lion/HEAD/evaluation/mme/cognition.png -------------------------------------------------------------------------------- /evaluation/mme/perception.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mynameischaos/Lion/HEAD/evaluation/mme/perception.png -------------------------------------------------------------------------------- /framework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mynameischaos/Lion/HEAD/framework.png --------------------------------------------------------------------------------