Get Started in 15 Minutes
1. Clone the MMLURO Repository
```git clone https://github.com/mmlu/mmluro.git```
2. Install Dependencies
```pip install -r requirements.txt```
3. Prepare Your Language Model
• Load or fine-tune your model locally
4. Run Benchmark Evaluation
```python run_benchmark.py --model your_model_path```