Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -53,11 +53,11 @@ See `metadata/schema.yaml` for the shape and dtype of each file and the MATLAB v
|
|
| 53 |
|
| 54 |
## How to Use the Dataset
|
| 55 |
|
| 56 |
-
This dataset has been adapted for the `OneScience-
|
| 57 |
|
| 58 |
```bash
|
| 59 |
-
hf download --dataset OneScience-
|
| 60 |
-
hf download --model OneScience-
|
| 61 |
```
|
| 62 |
|
| 63 |
Quickly check file presence, sizes, and readability:
|
|
|
|
| 53 |
|
| 54 |
## How to Use the Dataset
|
| 55 |
|
| 56 |
+
This dataset has been adapted for the `OneScience-Group/CFD_Benchmark` model. Download the dataset and model:
|
| 57 |
|
| 58 |
```bash
|
| 59 |
+
hf download --dataset OneScience-Group/cfd_benchmark --local-dir ./cfd_benchmark
|
| 60 |
+
hf download --model OneScience-Group/CFD_Benchmark --local-dir ./CFD_Benchmark
|
| 61 |
```
|
| 62 |
|
| 63 |
Quickly check file presence, sizes, and readability:
|