CoolFace
Modelpublic

Disty0/sote-diffusion-cascade-decoder_pre-alpha0

sourceHugging Faceotherupdated 2y agoView on Hugging Face
2likes51downloads
config.json26 linesDownload Raw Back to text_encoder
1{2  "_name_or_path": "/home/disty/.cache/huggingface/hub/models--stabilityai--stable-cascade/snapshots/a89f66d459ae653e3b4d4f992a7c3789d0dc4d16/text_encoder",3  "architectures": [4    "CLIPTextModelWithProjection"5  ],6  "attention_dropout": 0.0,7  "bos_token_id": 49406,8  "dropout": 0.0,9  "eos_token_id": 49407,10  "hidden_act": "gelu",11  "hidden_size": 1280,12  "initializer_factor": 1.0,13  "initializer_range": 0.02,14  "intermediate_size": 5120,15  "layer_norm_eps": 1e-05,16  "max_position_embeddings": 77,17  "model_type": "clip_text_model",18  "num_attention_heads": 20,19  "num_hidden_layers": 32,20  "pad_token_id": 1,21  "projection_dim": 1280,22  "torch_dtype": "float16",23  "transformers_version": "4.36.2",24  "vocab_size": 4940825}26