File size: 749 Bytes
d0143f1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
license: apache-2.0
datasets:
- ILSVRC/imagenet-1k
model-index:
- name: MaskBit-Generator-10bits
results:
- task:
type: image-generation
dataset:
name: ILSVRC/imagenet-1k
type: ILSVRC/imagenet-1k
metrics:
- name: FID
type: FID
value: 1.68
- name: InceptionScore
type: InceptionScore
value: 353.1
---
This model is the MaskBit generator with a vocabulary size of 10 bits. It is trained on ImageNet for images of resolution 256 and evaluated with 64 sampling steps.
You can find more details on the [project page](https://weber-mark.github.io/projects/maskbit.html) and in the [paper](https://arxiv.org/abs/2409.16211). |