haopt commited on
Commit
d2de06b
Β·
verified Β·
1 Parent(s): 4133b1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  datasets:
4
  - ILSVRC/imagenet-1k
5
  tags:
@@ -7,6 +7,19 @@ tags:
7
  - mamba-transformer
8
  - class2image
9
  - imagenet1k-256
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <div align="center">
@@ -53,4 +66,4 @@ model = DiM.from_pretrained("haopt/dimsum-L2-imagenet256")
53
     booktitle={The Thirty-eighth Annual Conference on Neural Information Processing Systems},
54
     year= {2024},
55
  }
56
- ```
 
1
  ---
2
+ license: bsd-3-clause
3
  datasets:
4
  - ILSVRC/imagenet-1k
5
  tags:
 
7
  - mamba-transformer
8
  - class2image
9
  - imagenet1k-256
10
+
11
+ model-index:
12
+ - name: DiMSUM-L/2
13
+ results:
14
+ - task:
15
+ type: class-to-image-generation
16
+ dataset:
17
+ name: ImageNet-1K
18
+ type: 256x256
19
+ metrics:
20
+ - name: FID
21
+ type: FID
22
+ value: 2.11
23
  ---
24
 
25
  <div align="center">
 
66
     booktitle={The Thirty-eighth Annual Conference on Neural Information Processing Systems},
67
     year= {2024},
68
  }
69
+ ```