Datasets:
Languages:
English
Size:
10K - 100K
Update README.md
Browse files
README.md
CHANGED
@@ -81,7 +81,7 @@ snapshot_download(repo_id=dataset_name, repo_type="dataset")
|
|
81 |
snapshot_download(repo_id=dataset_name, repo_type="dataset", local_dir="local_folder")
|
82 |
|
83 |
# Download only the input mesh files across all simulations
|
84 |
-
snapshot_download(repo_id=dataset_name, repo_type="dataset", allow_patterns=["*/*/*/
|
85 |
```
|
86 |
|
87 |
### 2. Using load_dataset()
|
|
|
81 |
snapshot_download(repo_id=dataset_name, repo_type="dataset", local_dir="local_folder")
|
82 |
|
83 |
# Download only the input mesh files across all simulations
|
84 |
+
snapshot_download(repo_id=dataset_name, repo_type="dataset", allow_patterns=["*/*/*/simulation_metadata.json"])
|
85 |
```
|
86 |
|
87 |
### 2. Using load_dataset()
|