leharris3 commited on
Commit
3c94e76
·
verified ·
1 Parent(s): 6a1816b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -2,12 +2,14 @@
2
  license: apache-2.0
3
  library_name: pytorch
4
  tags:
5
- - precipitation-nowcasting
6
- - weather-forecasting
7
- - video-transformer
8
- - space-time-attention
9
- - satellite-imagery
10
- pipeline_tag: image-classification
 
 
11
  ---
12
 
13
  # SaTformer: A Space-Time Transformer for Precipitation Nowcasting
@@ -59,4 +61,4 @@ with torch.no_grad():
59
  journal={arXiv preprint arXiv:2511.11090},
60
  year={2025}
61
  }
62
- ```
 
2
  license: apache-2.0
3
  library_name: pytorch
4
  tags:
5
+ - precipitation-nowcasting
6
+ - weather-forecasting
7
+ - video-transformer
8
+ - space-time-attention
9
+ - satellite-imagery
10
+ pipeline_tag: video-classification
11
+ base_model:
12
+ - facebook/timesformer-base-finetuned-k400
13
  ---
14
 
15
  # SaTformer: A Space-Time Transformer for Precipitation Nowcasting
 
61
  journal={arXiv preprint arXiv:2511.11090},
62
  year={2025}
63
  }
64
+ ```