nielsr HF Staff commited on
Commit
ad843cd
·
verified ·
1 Parent(s): 429dd83

Add pipeline tag, library name and update license

Browse files

This PR improves the model card by:
- Adding the `pipeline_tag: time-series-forecasting` to better categorize the model on the Hub.
- Adding `library_name: pytorch-lightning` to enable the automated "how to use" widget, as the model uses `pytorch_lightning` for loading.
- Updating the license in the metadata to `mit` to reflect the license specified in the GitHub repository.

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