Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
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 |
+
```
|