Eval Results
markweber commited on
Commit
ef7d5df
·
verified ·
1 Parent(s): 83d5524

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - ILSVRC/imagenet-1k
5
+ model-index:
6
+ - name: MaskBit-Generator-18bits
7
+ results:
8
+ - task:
9
+ type: image-generation
10
+ dataset:
11
+ name: ILSVRC/imagenet-1k
12
+ type: ILSVRC/imagenet-1k
13
+ metrics:
14
+ - name: FID
15
+ type: FID
16
+ value: 1.67
17
+ - name: InceptionScore
18
+ type: InceptionScore
19
+ value: 331.6
20
+ ---
21
+
22
+ This model is the MaskBit generator with a vocabulary size of 18 bits. It is trained on ImageNet for images of resolution 256 and evaluated with 64 sampling steps.
23
+
24
+ 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).