├── Images ├── Chat_Example.png ├── Evaluation_Framework.pdf ├── Foundation_Example.png └── main_figure.png ├── Inference_Chat.py ├── Inference_Foundation.py ├── README.md ├── align_in_foundation.py ├── cal_score.py ├── score_chat.py └── score_foundation.py /Images/Chat_Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OFA-Sys/AIR-Bench/HEAD/Images/Chat_Example.png -------------------------------------------------------------------------------- /Images/Evaluation_Framework.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OFA-Sys/AIR-Bench/HEAD/Images/Evaluation_Framework.pdf -------------------------------------------------------------------------------- /Images/Foundation_Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OFA-Sys/AIR-Bench/HEAD/Images/Foundation_Example.png -------------------------------------------------------------------------------- /Images/main_figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OFA-Sys/AIR-Bench/HEAD/Images/main_figure.png -------------------------------------------------------------------------------- /Inference_Chat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OFA-Sys/AIR-Bench/HEAD/Inference_Chat.py -------------------------------------------------------------------------------- /Inference_Foundation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OFA-Sys/AIR-Bench/HEAD/Inference_Foundation.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OFA-Sys/AIR-Bench/HEAD/README.md -------------------------------------------------------------------------------- /align_in_foundation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OFA-Sys/AIR-Bench/HEAD/align_in_foundation.py -------------------------------------------------------------------------------- /cal_score.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OFA-Sys/AIR-Bench/HEAD/cal_score.py -------------------------------------------------------------------------------- /score_chat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OFA-Sys/AIR-Bench/HEAD/score_chat.py -------------------------------------------------------------------------------- /score_foundation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OFA-Sys/AIR-Bench/HEAD/score_foundation.py --------------------------------------------------------------------------------