debug-text-model / config.json
sachin's picture
Upload TinyCLIPTextEncoder
e6182ef verified
raw
history blame contribute delete
No virus
286 Bytes
{
"architectures": [
"TinyCLIPTextEncoder"
],
"cls_type": true,
"embed_dims": 512,
"max_len": 128,
"model_type": "text",
"projection_layers": 3,
"text_model": "microsoft/xtremedistil-l6-h256-uncased",
"torch_dtype": "float32",
"transformers_version": "4.39.2"
}