Update README.md
Browse files
README.md
CHANGED
|
@@ -2,12 +2,14 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
library_name: pytorch
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
pipeline_tag:
|
|
|
|
|
|
|
| 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 |
+
```
|