├── .github ├── QRcode.jpg ├── demo.gif ├── framework.png └── preview.jpg ├── .gitignore ├── LICENSE ├── README.md ├── examples ├── cautious.jpeg └── unsual.jpeg ├── infer.py ├── infer_tokenize.py ├── llava.py ├── logger.py └── pyproject.toml /.github/QRcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkSoul-AI/Chinese-LLaVA/HEAD/.github/QRcode.jpg -------------------------------------------------------------------------------- /.github/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkSoul-AI/Chinese-LLaVA/HEAD/.github/demo.gif -------------------------------------------------------------------------------- /.github/framework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkSoul-AI/Chinese-LLaVA/HEAD/.github/framework.png -------------------------------------------------------------------------------- /.github/preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkSoul-AI/Chinese-LLaVA/HEAD/.github/preview.jpg -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkSoul-AI/Chinese-LLaVA/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkSoul-AI/Chinese-LLaVA/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkSoul-AI/Chinese-LLaVA/HEAD/README.md -------------------------------------------------------------------------------- /examples/cautious.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkSoul-AI/Chinese-LLaVA/HEAD/examples/cautious.jpeg -------------------------------------------------------------------------------- /examples/unsual.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkSoul-AI/Chinese-LLaVA/HEAD/examples/unsual.jpeg -------------------------------------------------------------------------------- /infer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkSoul-AI/Chinese-LLaVA/HEAD/infer.py -------------------------------------------------------------------------------- /infer_tokenize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkSoul-AI/Chinese-LLaVA/HEAD/infer_tokenize.py -------------------------------------------------------------------------------- /llava.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkSoul-AI/Chinese-LLaVA/HEAD/llava.py -------------------------------------------------------------------------------- /logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkSoul-AI/Chinese-LLaVA/HEAD/logger.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinkSoul-AI/Chinese-LLaVA/HEAD/pyproject.toml --------------------------------------------------------------------------------