CoolFace
Modelpublic

VisualCloze/VisualClozePipeline-384

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
8likes42downloads
config.json26 linesDownload Raw Back to text_encoder
1{2  "_name_or_path": "/mnt/hwfile/alpha_vl/lizhongyu/huggingface_cache/models--black-forest-labs--FLUX.1-Fill-dev/snapshots/6d92c296315be5f54318a6d2659f11465339f934/text_encoder",3  "architectures": [4    "CLIPTextModel"5  ],6  "attention_dropout": 0.0,7  "bos_token_id": 0,8  "dropout": 0.0,9  "eos_token_id": 2,10  "hidden_act": "quick_gelu",11  "hidden_size": 768,12  "initializer_factor": 1.0,13  "initializer_range": 0.02,14  "intermediate_size": 3072,15  "layer_norm_eps": 1e-05,16  "max_position_embeddings": 77,17  "model_type": "clip_text_model",18  "num_attention_heads": 12,19  "num_hidden_layers": 12,20  "pad_token_id": 1,21  "projection_dim": 768,22  "torch_dtype": "bfloat16",23  "transformers_version": "4.47.1",24  "vocab_size": 4940825}26