Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
thuerey-group
/
INC_Data
like
0
Follow
Thuerey Group at TUM
17
Tasks:
Time Series Forecasting
Tabular Regression
Modalities:
Tabular
Text
Formats:
json
Size:
1K - 10K
Tags:
physics
pde
fluid-dynamics
simulation
numerical-methods
Libraries:
Datasets
Dask
Croissant
License:
apache-2.0
Dataset card
Data Studio
Files
Files and versions
xet
Community
1
main
INC_Data
/
Upload.py
Howway
Add files using upload-large-folder tool
dcfdb1f
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
217 Bytes
from
huggingface_hub
import
HfApi
api = HfApi()
api.upload_large_folder(
folder_path=
"./"
,
repo_id=
"thuerey-group/INC_Data"
,
repo_type=
"dataset"
,
# commit_description="Initial upload of INC dataset"
)