├── .gitignore ├── LICENSE ├── README.md └── evaluation.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qinyiwei/InfoBench/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qinyiwei/InfoBench/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qinyiwei/InfoBench/HEAD/README.md -------------------------------------------------------------------------------- /evaluation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qinyiwei/InfoBench/HEAD/evaluation.py --------------------------------------------------------------------------------