Introduction of geolip-clip-vit-large-patch14-ctx576
Model Details of geolip-clip-vit-large-patch14-ctx576
GEOLIP-CLIP-ViT-L/14 ctx576 — Memory-Extended CLIP Text Encoder
Extends CLIP-ViT-L/14 text encoder from 77 tokens to 576 effective context
via geometric memory bank, trained by distillation from ModernBERT-large.
Key Results
Metric
Train
Val
m_acc (top1)
0.945
0.944
m_acc (top5)
1.000
1.000
Pentachoron CV
0.162
0.160
Procrustes pre-alignment
cos 0.001 → 0.816
—
Trainable params
34.5M
—
Effective context
576 tokens
—
Usage
from transformers import AutoModel
model = AutoModel.from_pretrained(
"AbstractPhil/geolip-clip-vit-large-patch14-ctx576",
trust_remote_code=True)
model = model.to("cuda").eval()
# Single text → 768-dim CLIP-compatible embedding
embedding = model.encode("A vast sweeping landscape of rolling green hills...")
print(embedding.shape) # (768,)# Batch
embeddings = model.encode([
"A cat sleeping on a warm blanket",
"A medieval castle overlooking a turbulent sea with waves crashing ""against ancient rocks and seabirds wheeling overhead against a sky ""painted in shades of grey and gold as the sun breaks through clouds"
])
print(embeddings.shape) # (2, 768)# HuggingFace forward() API
output = model(texts=["A photo of a dog"])
print(output.last_hidden_state.shape) # (1, 1, 768)
All use the same blueprint: frozen expert teacher + Procrustes initialization + InfoNCE alignment force + pentachoron CV on the bottleneck representation.
License
Apache 2.0
Runs of AbstractPhil geolip-clip-vit-large-patch14-ctx576 on huggingface.co
10
Total runs
1
24-hour runs
2
3-day runs
1
7-day runs
4
30-day runs
More Information About geolip-clip-vit-large-patch14-ctx576 huggingface.co Model
More geolip-clip-vit-large-patch14-ctx576 license Visit here:
geolip-clip-vit-large-patch14-ctx576 huggingface.co is an AI model on huggingface.co that provides geolip-clip-vit-large-patch14-ctx576's model effect (), which can be used instantly with this AbstractPhil geolip-clip-vit-large-patch14-ctx576 model. huggingface.co supports a free trial of the geolip-clip-vit-large-patch14-ctx576 model, and also provides paid use of the geolip-clip-vit-large-patch14-ctx576. Support call geolip-clip-vit-large-patch14-ctx576 model through api, including Node.js, Python, http.
geolip-clip-vit-large-patch14-ctx576 huggingface.co is an online trial and call api platform, which integrates geolip-clip-vit-large-patch14-ctx576's modeling effects, including api services, and provides a free online trial of geolip-clip-vit-large-patch14-ctx576, you can try geolip-clip-vit-large-patch14-ctx576 online for free by clicking the link below.
AbstractPhil geolip-clip-vit-large-patch14-ctx576 online free url in huggingface.co:
geolip-clip-vit-large-patch14-ctx576 is an open source model from GitHub that offers a free installation service, and any user can find geolip-clip-vit-large-patch14-ctx576 on GitHub to install. At the same time, huggingface.co provides the effect of geolip-clip-vit-large-patch14-ctx576 install, users can directly use geolip-clip-vit-large-patch14-ctx576 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
geolip-clip-vit-large-patch14-ctx576 install url in huggingface.co: