--- license: apache-2.0 language: - en - zh - vi - id - th size_categories: - n<1K configs: - config_name: results data_files: SeaExam_results.csv --- # About This repo contains the original results for the space [SeaExam Leaderboard](https://huggingface.co/spaces/SeaLLMs/SeaExam_leaderboard). To reproduce our results, use the script in [this repo](https://github.com/DAMO-NLP-SG/SeaExam/tree/main). The script will download the model and tokenizer, and evaluate the model on the benchmark data. ```python python scripts/main.py --model $model_name_or_path ```