rvalerio commited on
Commit
ba3aa73
1 Parent(s): 5caf3b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -2,6 +2,18 @@
2
  pretty_name: Wind Tunnel dataset
3
  size_categories:
4
  - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
  # Wind Tunnel Dataset
@@ -47,6 +59,11 @@ Here’s a breakdown of the files included in each simulation:
47
 
48
  ## Downloading the Dataset:
49
 
 
 
 
 
 
50
 
51
  ### 1. Using snapshot_download()
52
 
 
2
  pretty_name: Wind Tunnel dataset
3
  size_categories:
4
  - 10K<n<100K
5
+ task_categories:
6
+ - feature-extraction
7
+ - graph-ml
8
+ - image-to-3d
9
+ language:
10
+ - en
11
+ tags:
12
+ - simulation
13
+ - openfoam
14
+ - physics
15
+ - windtunnel
16
+ - inductiva
17
  ---
18
 
19
  # Wind Tunnel Dataset
 
59
 
60
  ## Downloading the Dataset:
61
 
62
+ To download the dataset you have to install the [Datasets package](https://huggingface.co/docs/datasets/en/index) by HuggingFace:
63
+
64
+ ```python
65
+ pip install datasets
66
+ ```
67
 
68
  ### 1. Using snapshot_download()
69