# clip_text_model | | | |---|---| | **Model type** | `clip_text_model` | | **Class** | `CLIPTextModel` | | **Task** | `feature-extraction` | | **Source** | `models/clip.py` | ## Description CLIP text model with causal attention for feature extraction. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```