nielsr HF Staff commited on
Commit
1f5bb15
·
verified ·
1 Parent(s): c654402

Add dataset card metadata, paper link and link to code repository

Browse files

This PR adds metadata (task category, license) to the dataset card, a link to the paper and a link to the code repository to improve discoverability.

Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-classification
4
+ license: apache-2.0
5
+ ---
6
+
7
+ This repository contains the OpticalRS-13M dataset, as described in the paper [Harnessing Massive Satellite Imagery with Efficient Masked Image Modeling](https://huggingface.co/papers/2406.11933).
8
+
9
+ Code: [https://huggingface.co/initiacms/SelectiveMAE](https://huggingface.co/initiacms/SelectiveMAE)