Eval Results
markweber commited on
Commit
3d9701f
1 Parent(s): 89b058b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -1,3 +1,36 @@
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-Tokenizer-10bits
7
+ results:
8
+ - task:
9
+ type: image-generation
10
+ dataset:
11
+ name: ILSVRC/imagenet-1k
12
+ type: ILSVRC/imagenet-1k
13
+ metrics:
14
+ - name: rFID
15
+ type: rFID
16
+ value: 1.76
17
+ - name: InceptionScore
18
+ type: InceptionScore
19
+ value: 177.6
20
+ - name: LPIPS
21
+ type: LPIPS
22
+ value: 0.315
23
+ - name: PSNR
24
+ type: PSNR
25
+ value: 20.8
26
+ - name: SSIM
27
+ type: SSIM
28
+ value: 0.53
29
+ - name: CodebookUsage
30
+ type: CodebookUsage
31
+ value: 1.0
32
+ ---
33
+
34
+ This model is the MaskBit tokenizer with a vocabulary size of 12bits. It uses a downsampling factor of 16 and is trained on ImageNet for images of resolution 256.
35
+
36
+ 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).