simonpf commited on
Commit
e56ca8b
1 Parent(s): fa8bddd

Update README.md

Browse files

Added model card.

Files changed (1) hide show
  1. README.md +47 -3
README.md CHANGED
@@ -1,3 +1,47 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Model Card for chimp_smhi_v3
3
+
4
+ Retrieves surface precipitation and radar reflectivity from SEVIRI observations.
5
+
6
+
7
+ ## Model Details
8
+
9
+ ### Model Description
10
+
11
+ The chimp_smhi_v3 model is a 2+1D convolutional network that retrieves ground-based radar reflectivity
12
+ and surface precipitation estimates from 15-minute MeteoSat SEVIRI observations. It is trained used OPERA
13
+ and BALTRAD composite radar reflectivities as well as GPM CMB surface precipitation estimates.
14
+
15
+ {{ model_description | default("", true) }}
16
+
17
+ - **Developed by:** Simon Pfreundschuh
18
+ - **Model type:** CNN
19
+ - **License:** MIT
20
+
21
+ ### Model Sources [optional]
22
+
23
+ <!-- Provide the basic links for the model. -->
24
+
25
+ - **Repository:** https://github.com/simonpf/chimp
26
+
27
+ ## Uses
28
+
29
+ THe model is still experimental and should only be used for validation purposes at the current development stage.
30
+
31
+ ## How to Get Started with the Model
32
+
33
+ See instruction at [https://github.com/simonpf/chimp_smhi][https://github.com/simonpf/chimp_smhi]
34
+
35
+ ## Training Details
36
+
37
+ ### Training Data
38
+
39
+ Training was performed on two years (2019, 2020) of matched SEVIRI and OPERA/BALTRAD data.
40
+
41
+ ## Model Card Authors [optional]
42
+
43
+ @simonpf
44
+
45
+ ## Model Card Contact
46
+
47
+ @simonpf