CoolFace
Datasetpublic

yfhe001/acecoder_docker_run

AceCoderV2 Installation uv sync uv pip install -e . Evaluation ` mkdir -p eval cd eval git clone -b reasoning https://github.com/jdf-prog/LiveCodeBench git clone https://github.com/jdf-prog/AceReasonEvalKit.git Synthesizer cd acecoderv2/synthesizer bash scripts/run.sh to do analysis of previous acecoder dataset cd acecoderv2/synthesizer python ../scripts/format_old_acecoderv2_data bash scripts/run_old_acecoderv2.sh

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes106downloads
Dataset Card

AceCoderV2

Installation

bash
uv sync
uv pip install -e .

Evaluation

`

bash
mkdir -p eval
cd eval
git clone -b reasoning https://github.com/jdf-prog/LiveCodeBench
git clone https://github.com/jdf-prog/AceReasonEvalKit.git

Synthesizer

bash
cd acecoderv2/synthesizer
bash scripts/run.sh
  • to do analysis of previous acecoder dataset
bash
cd acecoderv2/synthesizer
python ../scripts/format_old_acecoderv2_data
bash scripts/run_old_acecoderv2.sh