nousr commited on
Commit
2746f82
·
1 Parent(s): 45e02cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -4,8 +4,10 @@ license: mit
4
 
5
  models are diffusion trainers from https://github.com/lucidrains/DALLE2-pytorch with defaults specified in the train_diffusion_prior.py script
6
 
7
- notably:
8
 
 
9
  depth=12
10
  d_model=768
11
- clip = OpenAIClipAdapter(clip_choice=["ViT-L/14" | "ViT-B/32"]
 
 
4
 
5
  models are diffusion trainers from https://github.com/lucidrains/DALLE2-pytorch with defaults specified in the train_diffusion_prior.py script
6
 
7
+ most notably:
8
 
9
+ ```
10
  depth=12
11
  d_model=768
12
+ clip = OpenAIClipAdapter(clip_choice=["ViT-L/14" | "ViT-B/32"]
13
+ ```