Skip to content

Commit be566a4

Browse files
committed
Remove file size information from download instructions
1 parent 14a378e commit be566a4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

language/deepseek-r1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ bash <(curl -s https://raw.githubusercontent.com/mlcommons/r2-downloader/refs/he
4040
https://inference.mlcommons-storage.org/deepseek-r1%2Fdataset.json
4141
```
4242

43-
This will download the dataset file `mlperf_deepseek_r1_dataset_4388_fp8_eval.pkl` (~163MB).
43+
This will download the dataset file `mlperf_deepseek_r1_dataset_4388_fp8_eval.pkl`.
4444

4545
To specify a custom download directory, use the `-d` flag:
4646
```bash

language/llama3.1-8b/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ mlcr get,dataset,cnndm,_validation,_datacenter,_llama3,_mlc,_rclone --outdirname
151151
bash <(curl -s https://raw.githubusercontent.com/mlcommons/r2-downloader/refs/heads/main/mlc-r2-downloader.sh) \
152152
https://inference.mlcommons-storage.org/llama3.1-8b%2Fcnn-eval.json
153153
```
154-
This will download `cnn_eval.json` (~267MB).
154+
This will download `cnn_eval.json`.
155155

156156
#### 5000 samples (edge)
157157

@@ -165,7 +165,7 @@ mlcr get,dataset,cnndm,_validation,_edge,_llama3,_mlc,_rclone --outdirname=<path
165165
bash <(curl -s https://raw.githubusercontent.com/mlcommons/r2-downloader/refs/heads/main/mlc-r2-downloader.sh) \
166166
https://inference.mlcommons-storage.org/llama3.1-8b%2Fsample-cnn-eval-5000.json
167167
```
168-
This will download `sample_cnn_eval_5000.json` (~95MB).
168+
This will download `sample_cnn_eval_5000.json`.
169169

170170
#### Calibration
171171

@@ -179,7 +179,7 @@ mlcr get,dataset,cnndm,_calibration,_llama3,_mlc,_rclone --outdirname=<path to d
179179
bash <(curl -s https://raw.githubusercontent.com/mlcommons/r2-downloader/refs/heads/main/mlc-r2-downloader.sh) \
180180
https://inference.mlcommons-storage.org/llama3.1-8b%2Fcnn-dailymail-calibration.json
181181
```
182-
This will download `cnn_dailymail_calibration.json` (~21MB).
182+
This will download `cnn_dailymail_calibration.json`.
183183

184184
To specify a custom download directory for any of these, use the `-d` flag:
185185
```bash

speech2text/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ bash <(curl -s https://raw.githubusercontent.com/mlcommons/r2-downloader/refs/he
114114
https://inference.mlcommons-storage.org/whisper%2Fmodel.json
115115
```
116116

117-
This will download the Whisper model files (~25GB).
117+
This will download the Whisper model files.
118118

119119
To specify a custom download directory, use the `-d` flag:
120120
```bash
@@ -164,7 +164,7 @@ bash <(curl -s https://raw.githubusercontent.com/mlcommons/r2-downloader/refs/he
164164
https://inference.mlcommons-storage.org/whisper%2Fdataset.json
165165
```
166166

167-
This will download the LibriSpeech dataset files (~4.6GB).
167+
This will download the LibriSpeech dataset files.
168168

169169
To specify a custom download directory, use the `-d` flag:
170170
```bash

0 commit comments

Comments
 (0)