Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
Grigori Fursin commited on
Commit
5d60467
·
unverified ·
1 Parent(s): b66a703
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -7,8 +7,10 @@ license: apache-2.0
7
  To process the semi-raw MLPerf data into the OpenMLPerf dataset, run the following command:
8
 
9
  ```bash
10
- # Go to the OpenMLPerf-dataset directory
11
- cd OpenMLPerf-dataset
 
 
12
 
13
  # Create a virtual environment
14
  python -m venv .venv
 
7
  To process the semi-raw MLPerf data into the OpenMLPerf dataset, run the following command:
8
 
9
  ```bash
10
+ # Untar raw files
11
+
12
+ bzip2 -d semi-raw-mlperf-data.tar.bz2
13
+ tar xvf semi-raw-mlperf-data.tar
14
 
15
  # Create a virtual environment
16
  python -m venv .venv