Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,13 @@ dataset_info:
|
|
8 |
dtype: string
|
9 |
- name: tokens
|
10 |
sequence: int16
|
11 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
dtype: string
|
9 |
- name: tokens
|
10 |
sequence: int16
|
11 |
+
---
|
12 |
+
|
13 |
+
I can't get the dataset viewer to work, sorry. There's about 3M images and captions from
|
14 |
+
[Spawning/PD3M](https://huggingface.co/datasets/Spawning/PD3M).
|
15 |
+
They are resized and center-cropped to 512x512, and then tokenized into discrete tokens with
|
16 |
+
[NVIDIA Cosmos-Tokenizer-DI8x8](https://huggingface.co/nvidia/Cosmos-Tokenizer-DI8x8),
|
17 |
+
which reduces the spatial dimension by a factor of 8, resulting in 64 x 64 = 4096 discrete tokens per image.
|
18 |
+
|
19 |
+
You can use these tokenized images to train an auto-regressive image model, or a MaskGIT. Or probably
|
20 |
+
other things I don't know about. :) License is the same as the original image dataset.
|