CoolFace
Datasetpublic

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.

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
2likes36downloads
7 commits on main
4ac39f01y ago

fixing issues

Grigori Fursin
4a54f671y ago

added copyright and license

Grigori Fursin
9dcea431y ago

Added submission.debug_uid to trace and debug public results

Grigori Fursin
cdacbf21y ago

Add version 2.0 with benchmark name, version, and timestamp

Grigori Fursin
5d604671y ago

update

Grigori Fursin
b66a7031y ago

first commit

Grigori Fursin
8e58ecd1y ago

initial commit

gfursin