--- license: apache-2.0 language: - fr - en base_model: - jinaai/jina-clip-v1 library_name: transformers --- # Fork of [jinaai/jina-clip-v1](https://huggingface.co/jinaai/jina-clip-v1) for a `multimodal-multilanguage-embedding` Inference endpoint. This repository implements a `custom` task for `multimodal-multilanguage-embedding` for 🤗 Inference Endpoints. The code for the customized handler is in the [handler.py](https://huggingface.co/Blueway/Inference-endpoint-for-jina-clip-v1/blob/main/handler.py). To use deploy this model a an Inference Endpoint you have to select `Custom` as task to use the `handler.py` file. The repository contains a requirements.txt to download the timm library.