Update README.md
Browse files
README.md
CHANGED
|
@@ -28,6 +28,32 @@ Please checkout configuration of HFLB in the [paper](https://openreview.net/foru
|
|
| 28 |
|
| 29 |
---
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
<details>
|
| 32 |
<summary>Dataset Credits & References</summary>
|
| 33 |
|
|
|
|
| 28 |
|
| 29 |
---
|
| 30 |
|
| 31 |
+
## How to Download
|
| 32 |
+
|
| 33 |
+
We highly recommend downloading each dataset (`.tar`) file separately:
|
| 34 |
+
|
| 35 |
+
```bash
|
| 36 |
+
# Example: Download GQA
|
| 37 |
+
huggingface-cli download SNUMPR/HFLB GQA.tar \
|
| 38 |
+
--local-dir ./ \
|
| 39 |
+
--repo-type dataset
|
| 40 |
+
|
| 41 |
+
# Example: Download AQUA
|
| 42 |
+
huggingface-cli download SNUMPR/DRAKE AQUA.tar \
|
| 43 |
+
--local-dir ./ \
|
| 44 |
+
--repo-type dataset
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
After downloading, extract each archive:
|
| 48 |
+
```bash
|
| 49 |
+
tar -xvf AQUA.tar
|
| 50 |
+
# Repeat for other archives
|
| 51 |
+
```
|
| 52 |
+
|
| 53 |
+
Place extracted data under the `dataset/` folder in the [code repository](https://github.com/snumprlab/fedmosaic), following the structure described in the [README](https://github.com/snumprlab/fedmosaic/blob/main/README.md).
|
| 54 |
+
|
| 55 |
+
---
|
| 56 |
+
|
| 57 |
<details>
|
| 58 |
<summary>Dataset Credits & References</summary>
|
| 59 |
|