Datasets:

ArXiv:
License:
nielsr HF Staff commited on
Commit
57d429d
·
verified ·
1 Parent(s): 478294f

Add paper link, task category and link to code

Browse files

This PR ensures the dataset can be found at https://huggingface.co/papers/2506.07969. It also adds the appropriate task category.

Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,3 +1,11 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - other
5
+ tags:
6
+ - fluid-dynamics
7
+ ---
8
+
9
+ This repository contains the dataset for the paper [A Two-Phase Deep Learning Framework for Adaptive Time-Stepping in High-Speed Flow Modeling](https://huggingface.co/papers/2506.07969).
10
+
11
+ The code is publicly available as part of the [AIRS library](https://github.com/divelab/AIRS).