jasonjewik commited on
Commit
330bf07
1 Parent(s): abf0cf5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -1,3 +1,43 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ task_categories:
4
+ - image-to-image
5
+ tags:
6
+ - climate
7
  ---
8
+ # Dataset Card for Dataset Name
9
+
10
+ ## Dataset Description
11
+
12
+ - **Homepage:** https://pypi.org/project/climate-learn/
13
+ - **Repository:** https://github.com/aditya-grover/climate-learn
14
+ - **Paper:** https://arxiv.org/abs/2307.01909
15
+ - **Point of Contact:** jason.jewik@ucla.edu
16
+
17
+ ### Dataset Summary
18
+
19
+ Data used for ClimateLearn's benchmark experiments.
20
+
21
+ ### Supported Tasks
22
+
23
+ - Weather forecasting
24
+ - Statistical downscaling
25
+ - Climate projection
26
+
27
+ ## Additional Information
28
+
29
+ ### Dataset Curators
30
+
31
+ Maintained by the [Machine Intelligence Group at UCLA](https://aditya-grover.github.io/group/), headed by Professor Aditya Grover. Please contact Jason Jewik at jason.jewik@ucla.edu for any questions, or open an issue on our GitHub/HuggingFace page.
32
+
33
+ ### Licensing Information
34
+
35
+ [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
36
+
37
+ ### Citation Information
38
+
39
+ Please cite our paper: https://arxiv.org/abs/2307.01909.
40
+
41
+ ### Contributions
42
+
43
+ To contribute, please raise an issue on our GitHub/HuggingFace page.