Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/source/en/model_doc/clip.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,24 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h
- A blog post on [How to fine-tune CLIP on 10,000 image-text pairs](https://huggingface.co/blog/fine-tune-clip-rsicd).
Comment thread
eenzeenee marked this conversation as resolved.
Outdated
- CLIP is supported by this [example script](https://github.com/huggingface/transformers/tree/main/examples/pytorch/contrastive-image-text).
Comment thread
eenzeenee marked this conversation as resolved.
Outdated

<PipelineTag pipeline="image-to-text"/>

- A [notebook](https://colab.research.google.com/drive/1tuoAC5F4sC7qid56Z0ap-stR3rwdk0ZV?usp=sharing), a demo to using pretrained CLIP to inference captions with beam search. 🌎
Comment thread
eenzeenee marked this conversation as resolved.
Outdated

<PipelineTag pipeline="text-to-image"/>
Comment thread
eenzeenee marked this conversation as resolved.
Outdated

- A [notebook](https://colab.research.google.com/drive/1py7au62Ky4ZdLtFJP0D4shNkIVym7JS6), a demo to generating image with prompting style tokens using pretrained CLIP and vqgan. 🌎
Comment thread
eenzeenee marked this conversation as resolved.
Outdated

🚀 Deploy
Comment thread
eenzeenee marked this conversation as resolved.
Outdated

- A [notebook](https://colab.research.google.com/drive/1bLVwVKpAndpEDHqjzxVPr_9nGrSbuOQd?usp=sharing), a guide on image retrieval using pretrained CLIP and computing MRR(Mean Reciprocal Rank) score. 🌎
Comment thread
eenzeenee marked this conversation as resolved.
Outdated
- A [notebook](https://colab.research.google.com/github/deep-diver/image_search_with_natural_language/blob/main/notebooks/Image_Search_CLIP.ipynb), a demo to image retrieval with how to show similarity score. 🌎
Comment thread
eenzeenee marked this conversation as resolved.
Outdated
- A [notebook](https://colab.research.google.com/drive/1xO-wC_m_GNzgjIBQ4a4znvQkvDoZJvH4?usp=sharing), a demo showing how to map images and texts to the same vector space using Multilingual CLIP. 🌎
Comment thread
eenzeenee marked this conversation as resolved.
Outdated

Comment thread
eenzeenee marked this conversation as resolved.
⚡️ Inference
Comment thread
eenzeenee marked this conversation as resolved.
Outdated

- A [notebook](https://colab.research.google.com/github/hila-chefer/Transformer-MM-Explainability/blob/main/CLIP_explainability.ipynb) on how to visualize similarity between input token and image segment. 🌎

If you're interested in submitting a resource to be included here, please feel free to open a Pull Request and we will review it.
The resource should ideally demonstrate something new instead of duplicating an existing resource.

Expand Down