Lucky-Lance commited on
Commit
69b05d3
1 Parent(s): 42aa987

initial commit

Browse files
.DS_Store ADDED
Binary file (6.15 kB). View file
 
3B_1180000/consolidated_ema_ternary.00-of-01.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d4185f98a50eb1247b6c6090f7ba066400e7b48634ab8113c70c259d1344982
3
+ size 1099456738
3B_1180000/model_args.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73cbf340454ece0dc7608ed7d9d18937c1e5c83739065d351916a02d03197f73
3
+ size 885
600M_1750000/.DS_Store ADDED
Binary file (6.15 kB). View file
 
600M_1750000/consolidated_ema_ternary.00-of-01.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f69aef910be07fd0e4c8c68cf477b6a4f1debebf6bf1ad77089b6335883c2fb0
3
+ size 175149090
600M_1750000/model_args.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc796c89911dc4613f4534cf3f9b71296f3e902a464f2efdf8eba937349a2eb
3
+ size 885
README.md CHANGED
@@ -1,3 +1,20 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - imagenet-1k
5
+ language:
6
+ - en
7
+ pipeline_tag: unconditional-image-generation
8
+ tags:
9
+ - art
10
+ ---
11
+
12
+ # TerDiT
13
+
14
+ This repository contains the trained model for the paper "TerDiT: Ternary Diffusion Models with Transformers"
15
+
16
+ 4.2B model: [TerDiT-4.2B](https://huggingface.co/lucky-lance/TerDiT/tree/main/3B_1180000)
17
+
18
+ 600M model: [TerDiT-600M](https://huggingface.co/lucky-lance/TerDiT/tree/main/600M_1750000)
19
+
20
+ The codebase is extended from [Large-DiT-ImageNet](https://github.com/Alpha-VLLM/LLaMA2-Accessory/tree/main/Large-DiT-ImageNet) and highly motivated by [Lumina-T2X](https://github.com/Alpha-VLLM/Lumina-T2X). Thanks for their awesome work!