Add pipeline tag, library name and update license

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,8 +1,11 @@
1
  ---
2
- license: cc-by-nc-3.0
3
  datasets:
4
  - BGLab/FlowBench
 
 
 
5
  ---
 
6
  # Time-Dependent DeepONet for FlowBench (FPO)
7
 
8
  This repository hosts pre-trained **time-dependent DeepONet** checkpoints used in the paper:
@@ -33,8 +36,6 @@ All checkpoints are stored under the `checkpoints/` directory:
33
 
34
  Each checkpoint contains the weights for the time-dependent DeepONet used in the paper. For the exact architecture, data preprocessing, and training details, please refer to the GitHub repository.
35
 
36
-
37
-
38
  You can download any checkpoint using `huggingface_hub`:
39
 
40
  ```python
 
1
  ---
 
2
  datasets:
3
  - BGLab/FlowBench
4
+ license: mit
5
+ pipeline_tag: time-series-forecasting
6
+ library_name: pytorch-lightning
7
  ---
8
+
9
  # Time-Dependent DeepONet for FlowBench (FPO)
10
 
11
  This repository hosts pre-trained **time-dependent DeepONet** checkpoints used in the paper:
 
36
 
37
  Each checkpoint contains the weights for the time-dependent DeepONet used in the paper. For the exact architecture, data preprocessing, and training details, please refer to the GitHub repository.
38
 
 
 
39
  You can download any checkpoint using `huggingface_hub`:
40
 
41
  ```python