Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
@@ -9,17 +9,17 @@ Named after the ancient Greek god of the sea, our Nereus models are specialized
|
|
9 |
The models were developed in collaboration with world-leading SAR experts from [Ifremer](https://en.ifremer.fr/).
|
10 |
|
11 |
#### Current Models
|
12 |
-
- **nereus-sar-1**: Our
|
13 |
- Trained on 10 years of Sentinel-1 Wave Mode data
|
14 |
- State-of-the-art performance on ocean analysis tasks
|
15 |
- Available architectures:
|
16 |
-
- ResNet50 (75.5% TenGeoP accuracy)
|
17 |
-
- ViT-S/16 (78.6% TenGeoP accuracy) (on-demand)
|
18 |
-
- ViT-S/8 (82.1% TenGeoP accuracy) (on-demand)
|
19 |
-
- ViT-B/8 (83.6% TenGeoP accuracy) (on-demand)
|
20 |
- Excels at:
|
21 |
-
- Wind speed prediction (RMSE: 1.37 m/s | best model ViT-B/8)
|
22 |
-
- Wave height estimation (RMSE: 0.63 m | best model ViT-B/8)
|
23 |
- Geophysical phenomena classification
|
24 |
- Many others (benchmarks coming soon)
|
25 |
|
|
|
9 |
The models were developed in collaboration with world-leading SAR experts from [Ifremer](https://en.ifremer.fr/).
|
10 |
|
11 |
#### Current Models
|
12 |
+
- **nereus-sar-1**: Our super lightweight foundation model
|
13 |
- Trained on 10 years of Sentinel-1 Wave Mode data
|
14 |
- State-of-the-art performance on ocean analysis tasks
|
15 |
- Available architectures:
|
16 |
+
- ResNet50 (75.5% TenGeoP accuracy in linear probing)
|
17 |
+
- ViT-S/16 (78.6% TenGeoP accuracy in linear probing) (on-demand)
|
18 |
+
- ViT-S/8 (82.1% TenGeoP accuracy in linear probing) (on-demand)
|
19 |
+
- ViT-B/8 (83.6% TenGeoP accuracy in linear probing) (on-demand)
|
20 |
- Excels at:
|
21 |
+
- Wind speed prediction (RMSE: 1.37 m/s in linear probing | best model ViT-B/8)
|
22 |
+
- Wave height estimation (RMSE: 0.63 m in linear probing | best model ViT-B/8)
|
23 |
- Geophysical phenomena classification
|
24 |
- Many others (benchmarks coming soon)
|
25 |
|