This repository is a fork of https://github.com/openai/simple-evals, used for running benchmarks on the Reflection 70B model.
git clone https://github.com/openai/human-eval
pip install -e human-eval
wget --header="Authorization: Bearer <hf_token>" https://huggingface.co/datasets/Idavidrein/gpqa/resolve/main/gpqa_main.csv
pip3 install -r requirements.txtvllm serve glaiveai/Reflection-Llama-3.1-70B --host 0.0.0.0 --port 5050 --tensor-parallel 8python3 run_reflection_eval.py --evals mmlu humaneval gsm8k gpqa mathcd ifeval
python3 gen_results.py --input_file data/ifeval_input_data.jsonl --output_file data/reflection_output.jsonl --model_name glaiveai/Reflection-Llama-3.1-70B --base_url http://0.0.0.0:5050/v1
python3 -m evaluation_main \
--input_data=./data/ifeval_input_data.jsonl \
--input_response_data=./data/reflection_output.jsonl \
--output_dir=./data/
You can pass --no-reflection arg to use a generic system prompt instead of the Reflection system prompt.
12 commits
2 commits
Python
100.0%
This repository is a fork of https://github.com/openai/simple-evals, used for running benchmarks on the Reflection 70B model.
git clone https://github.com/openai/human-eval
pip install -e human-eval
wget --header="Authorization: Bearer <hf_token>" https://huggingface.co/datasets/Idavidrein/gpqa/resolve/main/gpqa_main.csv
pip3 install -r requirements.txtvllm serve glaiveai/Reflection-Llama-3.1-70B --host 0.0.0.0 --port 5050 --tensor-parallel 8python3 run_reflection_eval.py --evals mmlu humaneval gsm8k gpqa mathcd ifeval
python3 gen_results.py --input_file data/ifeval_input_data.jsonl --output_file data/reflection_output.jsonl --model_name glaiveai/Reflection-Llama-3.1-70B --base_url http://0.0.0.0:5050/v1
python3 -m evaluation_main \
--input_data=./data/ifeval_input_data.jsonl \
--input_response_data=./data/reflection_output.jsonl \
--output_dir=./data/
You can pass --no-reflection arg to use a generic system prompt instead of the Reflection system prompt.
12 commits
2 commits
Python
100.0%