Datasets:

Modalities:
Text
Formats:
text
ArXiv:
Libraries:
Datasets
License:
chen-yingfa commited on
Commit
d153ebd
·
verified ·
1 Parent(s): 36bd40a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -7,4 +7,20 @@ size_categories:
7
  - 100B<n<1T
8
  ---
9
 
10
- This dataset contains the raw (before interpolation) data of the CFDBench dataset, from the paper [CFDBench: A Large-Scale Benchmark for Machine Learning Methods in Fluid Dynamics](https://arxiv.org/abs/2310.05963), which is used for training and evaluating data-driven neural operators for fluid dynamics. This dataset is very large and likely not needed if you just want to evaluate and/or train a data-driven neural operator.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - 100B<n<1T
8
  ---
9
 
10
+ Links:
11
+
12
+ - [GitHub](https://www.github.com/luo-yining/CFDBench)
13
+ - [Interpolated data](https://www.huggingface.co/datasets/chen-yingfa/CFDBench)
14
+
15
+ This dataset contains the raw (before interpolation) data of the CFDBench dataset, from the paper [CFDBench: A Large-Scale Benchmark for Machine Learning Methods in Fluid Dynamics](https://arxiv.org/abs/2310.05963), which is used for training and evaluating data-driven neural operators for fluid dynamics. This dataset is very large and your likely only need the [interpolated data](https://www.huggingface.co/datasets/chen-yingfa/CFDBench) if you just want to evaluate and/or train a data-driven neural operator.
16
+
17
+ ## Citation
18
+
19
+ ```bib
20
+ @article{CFDBench,
21
+ title={CFDBench: A Large-Scale Benchmark for Machine Learning Methods in Fluid Dynamics},
22
+ author={Yining, Luo and Yingfa, Chen and Zhen, Zhang},
23
+ url={https://arxiv.org/abs/2310.05963},
24
+ year={2023}
25
+ }
26
+ ```