Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -47,11 +47,11 @@ Fields and tensor shapes vary across PDEs. Refer to the data files and `metadata
|
|
| 47 |
|
| 48 |
## How to Use the Dataset
|
| 49 |
|
| 50 |
-
This dataset is designed for the `OneScience-
|
| 51 |
|
| 52 |
```bash
|
| 53 |
-
hf download --dataset OneScience-
|
| 54 |
-
hf download --model OneScience-
|
| 55 |
```
|
| 56 |
|
| 57 |
## Official OneScience Information
|
|
|
|
| 47 |
|
| 48 |
## How to Use the Dataset
|
| 49 |
|
| 50 |
+
This dataset is designed for the `OneScience-Group/PDENNEval` model. Download the dataset and model:
|
| 51 |
|
| 52 |
```bash
|
| 53 |
+
hf download --dataset OneScience-Group/pdenneval --local-dir ./pdenneval
|
| 54 |
+
hf download --model OneScience-Group/PDENNEval --local-dir ./PDENNEval
|
| 55 |
```
|
| 56 |
|
| 57 |
## Official OneScience Information
|