sraimund commited on
Commit
6febe62
·
verified ·
1 Parent(s): 90f5495

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -3,7 +3,7 @@ license: cc-by-4.0
3
  ---
4
  # MapPool
5
 
6
- This large corpus contains URLs, textual descriptions, embeddings of 75 million potential maps. It has been derived from the [CommonPool dataset](https://huggingface.co/datasets/mlfoundations/datacomp_xlarge) from [DataComp](https://www.datacomp.ai/). The MapPool dataset may help to train resource-intensive architectures like Transformers or Diffusion Models in order to establish foundation models specialized on maps.
7
 
8
  ## How is the data structured?
9
 
@@ -36,9 +36,9 @@ df = pd.read_parquet("<file_name>.parquet")
36
  ```
37
  The pyarrow or fastparquet library is required additionally.
38
 
39
- ## How can the images be downloaded?
40
 
41
- You can download the images with [img2dataset](https://github.com/rom1504/img2dataset).
42
  ```
43
  from img2dataset import download
44
 
 
3
  ---
4
  # MapPool
5
 
6
+ This repository contains URLs, textual descriptions, embeddings of 75 million potential maps. It has been derived from the [CommonPool dataset](https://huggingface.co/datasets/mlfoundations/datacomp_xlarge) from [DataComp](https://www.datacomp.ai/). The MapPool dataset may help to train resource-intensive architectures like Transformers or Diffusion Models in order to establish foundation models specialized on maps.
7
 
8
  ## How is the data structured?
9
 
 
36
  ```
37
  The pyarrow or fastparquet library is required additionally.
38
 
39
+ ## How can the map images be downloaded?
40
 
41
+ You can download the map images with [img2dataset](https://github.com/rom1504/img2dataset).
42
  ```
43
  from img2dataset import download
44