gfursin/OpenMLPerf
Preparing OpenMLPerf dataset To process the semi-raw MLPerf data into the OpenMLPerf dataset, run the following command: # Untar raw files bzip2 -d semi-raw-mlperf-data.tar.bz2 tar xvf semi-raw-mlperf-data.tar # Create a virtual environment python -m venv .venv # Activate the virtual environment source .venv/bin/activate # Install the required packages pip install -r requirements.txt # Run the processing script python process.py The processed dataset will be saved both as… See the full description on the dataset page: https://huggingface.co/datasets/gfursin/OpenMLPerf.
fixing issues
added copyright and license
Added submission.debug_uid to trace and debug public results
Add version 2.0 with benchmark name, version, and timestamp
update
first commit
initial commit
